[issue34488] improve performance of BytesIO.writelines() by avoiding creation of unused PyLongs

Inada Naoki report at bugs.python.org
Tue Aug 6 20:38:34 EDT 2019


Inada Naoki <songofacandy at gmail.com> added the comment:


New changeset 3e41f3cabb661824a1a197116f7f5ead64eb6ced by Inada Naoki (Sergey Fedoseev) in branch 'master':
bpo-34488: optimize BytesIO.writelines() (GH-8904)
https://github.com/python/cpython/commit/3e41f3cabb661824a1a197116f7f5ead64eb6ced


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34488>
_______________________________________


More information about the Python-bugs-list mailing list