- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message366520
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 | pitrou |
|---|---|
| Recipients | carljm, corona10, dino.viehland, eelizondo, gregory.p.smith, nascheme, pablogsal, pitrou, shihai1991, steve.dower, tim.peters, vstinner |
| Date | 2020-04-15.14:23:58 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1586960638.99.0.114744451799.issue40255@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I'll note that this "extremely common" model can break as soon as you have hidden worker threads somewhere (this can happen in a third-party library). For example, the libhdfs library is not fork-safe. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-15 14:23:59 | pitrou | set | recipients: + pitrou, tim.peters, nascheme, gregory.p.smith, vstinner, carljm, dino.viehland, steve.dower, corona10, pablogsal, eelizondo, shihai1991 |
| 2020-04-15 14:23:58 | pitrou | set | messageid: <1586960638.99.0.114744451799.issue40255@roundup.psfhosted.org> |
| 2020-04-15 14:23:58 | pitrou | link | issue40255 messages |
| 2020-04-15 14:23:58 | pitrou | create | |

