[issue815646] thread unsafe file objects cause crash

Gregory P. Smith report at bugs.python.org
Tue Aug 19 21:57:27 CEST 2008


Gregory P. Smith <greg at krypto.org> added the comment:

The fix can not be committed to Python 2.5 because it breaks
compatibility by adding another field to the PyFileObject struct and
adding two new C API functions.

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


More information about the Python-bugs-list mailing list