[issue15381] Optimize BytesIO to do less reallocations when written, similarly to StringIO

Serhiy Storchaka report at bugs.python.org
Thu Aug 14 22:06:00 CEST 2014


Serhiy Storchaka added the comment:

Updated patch without just committed line reading optimization and committed in issue22193 the _PySys_GetSizeOf() function.

----------
Added file: http://bugs.python.org/file36371/bytesio_resized_bytes-5.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15381>
_______________________________________


More information about the Python-bugs-list mailing list