Message 222042 - Python tracker
Message222042
| 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:06 | gregory.p.smith | set | recipients: + gregory.p.smith, rhettinger, pitrou, vstinner, approximately |
| 2014-07-01 15:04:06 | gregory.p.smith | link | issue11771 messages |
| 2014-07-01 15:04:06 | gregory.p.smith | create | |