[issue23708] PEP 475: Add _Py_read() and _Py_write() functions

STINNER Victor report at bugs.python.org
Thu Mar 19 15:28:16 CET 2015


STINNER Victor added the comment:

Oops, there was a bug in FileIO.readall(), fixed in the new patch py_read_write-2.patch.

I also commented assert(PyGILState_Check()); to workaround the issue #15751.

----------
Added file: http://bugs.python.org/file38562/py_read_write-2.patch

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


More information about the Python-bugs-list mailing list