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

Inada Naoki report at bugs.python.org
Mon Apr 8 04:55:55 EDT 2019


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

Hm, what happened if subclass of BytesIO overrides `write` but not `writelines`?

----------
nosy: +inada.naoki

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


More information about the Python-bugs-list mailing list