[issue4751] Patch for better thread support in hashlib
ebfe
report at bugs.python.org
Sat Jan 3 01:32:11 CET 2009
ebfe <knabberknusperhaus at yahoo.de> added the comment:
haypo, the patch will not compile when WITH_THREADS is not defined. The
'lock'-member in the object structure is not present without
WITH_THREADS however the line 'if (self->lock == NULL && view.len >=
HASHLIB_GIL_MINSIZE)' will always refer to it.
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4751>
_______________________________________
More information about the Python-bugs-list
mailing list