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 <rep...@bugs.python.org> <http://bugs.python.org/issue11771> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com