This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gregory.p.smith
Recipients approximately, gregory.p.smith, pitrou, rhettinger, vstinner
Date 2014-07-01.15:04:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAGE7PN+9-EXJXP5EJUzqHu7bpg4ptqKnDmxN4qGgYTHOw+O_RQ@mail.gmail.com>
In-reply-to <1404225119.98.0.561492569841.issue11771@psf.upfronthosting.co.za>
Content
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.
History
Date User Action Args
2014-07-01 15:04:06gregory.p.smithsetrecipients: + gregory.p.smith, rhettinger, pitrou, vstinner, approximately
2014-07-01 15:04:06gregory.p.smithlinkissue11771 messages
2014-07-01 15:04:06gregory.p.smithcreate