[issue4751] Patch for better thread support in hashlib

STINNER Victor report at bugs.python.org
Tue Jan 6 19:32:06 CET 2009


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

Updated patch:
 - change HASHLIB_GIL_MINSIZE to 2048 bytes
 - update hashlib documentation: add a note about the 2048 GIL limit
 - write a small test just for more sure that the GIL cases are tested 
(GIL released during object creation or on update)

Added file: http://bugs.python.org/file12620/hashlibopenssl_small_lock-5.diff

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


More information about the Python-bugs-list mailing list