[issue3139] bytearrays are not thread safe

Antoine Pitrou report at bugs.python.org
Sun Jul 6 00:47:19 CEST 2008


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

For reference, here is a proof-of-concept patch which shows how to fix
the bytearray crasher above (it raises a BufferError instead).

Added file: http://bugs.python.org/file10822/bzcrash.py

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


More information about the Python-bugs-list mailing list