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

Sergey Fedoseev report at bugs.python.org
Fri Aug 2 10:31:15 EDT 2019


Sergey Fedoseev <fedoseev.sergey at gmail.com> added the comment:

`BytesIO.write()` and `BytesIO.writelines()` are independent of each other.

----------

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


More information about the Python-bugs-list mailing list