[issue4751] Patch for better thread support in hashlib
Lukas Lueg
report at bugs.python.org
Sat Jan 3 18:17:53 CET 2009
Lukas Lueg <knabberknusperhaus at yahoo.de> added the comment:
The lock is created while having the GIL in EVP_update. No other
function releases the GIL (besides the creator-function which does not
need the local lock).
Thereby no other thread can be in between ENTER and LEAVE while the lock
is allocated.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4751>
_______________________________________
More information about the Python-bugs-list
mailing list