[issue1751] Fast BytesIO implementation + misc changes

Antoine Pitrou report at bugs.python.org
Mon Mar 31 00:52:12 CEST 2008


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, by construction self->buf_size should always be greater than
self->string_size, so I don't think there's any risk of truncating
anything here.
I tried the change, and the tests still ran fine.

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1751>
__________________________________


More information about the Python-bugs-list mailing list