[issue11771] hashlib object cannot be pickled

Gregory P. Smith report at bugs.python.org
Tue Jul 1 17:04:06 CEST 2014


Gregory P. Smith added the comment:

Do you honestly have a situation where you need to share a computationally
significant amount of hashing state only to want to finish the computation
N different times with alternate computationally significant ending data
that multiprocessing would actually help with where you cannot use
threads?  Hashlib releases the GIL during nontrivial hash computations.

----------

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


More information about the Python-bugs-list mailing list