[issue3001] RLock's are SLOW

STINNER Victor report at bugs.python.org
Wed Aug 20 16:06:16 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.

Added file: http://bugs.python.org/file11175/rlock-v2.patch

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


More information about the Python-bugs-list mailing list