[issue7415] PyUnicode_FromEncodedObject() uses PyObject_AsCharBuffer()

Stefan Behnel report at bugs.python.org
Fri Aug 20 21:52:59 CEST 2010


Stefan Behnel <scoder at users.sourceforge.net> added the comment:

Doesn't the GIL protect the bytearray buffer? Or does decoding free the GIL?

----------
versions: +Python 2.7

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


More information about the Python-bugs-list mailing list