[issue12817] test_multiprocessing: io.BytesIO() requires bytearray buffers

Antoine Pitrou report at bugs.python.org
Mon Aug 22 23:43:43 CEST 2011


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

> Antoine, is it correct that io.BytesIO should only be used with bytearray
> buffers?

BytesIO does a copy of the original object, it does not touch the
original buffer.

----------

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


More information about the Python-bugs-list mailing list