[issue3618] possible deadlock in IO library (Lib/io.py)

STINNER Victor report at bugs.python.org
Wed Aug 20 16:04:34 CEST 2008


STINNER Victor <haypo at users.sourceforge.net> added the comment:

Oops, I forgot to update PyInit__Thread() with my new time:
 - Add PyType_Ready()
 - Register RLockType to threading dict

Here is the new patch

----------
keywords: +patch
Added file: http://bugs.python.org/file11174/rlock.patch

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


More information about the Python-bugs-list mailing list