Message 297902 - Python tracker
Message297902
| Author | Joey Harrington |
|---|---|
| Recipients | Alex Gaynor, Joey Harrington, serhiy.storchaka, tarek |
| Date | 2017-07-07.18:55:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1499453753.25.0.906994489086.issue30511@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It would be nice if there was at least a warning in the docs that make_archive is not thread-safe, and that if you have two threads creating archives that it's extremely likely you'll get erroneous results since the race condition lasts for the entire duration of the archive creation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-07-07 18:55:53 | Joey Harrington | set | recipients: + Joey Harrington, tarek, serhiy.storchaka, Alex Gaynor |
| 2017-07-07 18:55:53 | Joey Harrington | set | messageid: <1499453753.25.0.906994489086.issue30511@psf.upfronthosting.co.za> |
| 2017-07-07 18:55:53 | Joey Harrington | link | issue30511 messages |
| 2017-07-07 18:55:53 | Joey Harrington | create | |