[issue4751] Patch for better thread support in hashlib

Lukas Lueg report at bugs.python.org
Tue Jan 6 20:25:48 CET 2009


Lukas Lueg <knabberknusperhaus at yahoo.de> added the comment:

PyThread_allocate_lock can fail without interference. object->lock will
stay NULL and the GIL is simply not released.

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


More information about the Python-bugs-list mailing list