消息 [151267]
A new lock type will NOT solve this. It is ALWAYS okay to clear all thread/threading module locks after a fork.
They are and always have been process-local by definition so they are also by definition 100% invalid to any child process.
Anyone who has written code using them to "lock" an out-of-process resource has written code that is already broken today. Thread locks can't guard network resources. |
|
| 日期 |
用户 |
动作 |
参数 |
| 2012-01-14 19:40:52 | gregory.p.smith | 修改 | recipients:
+ gregory.p.smith, jcea, pitrou, vstinner, nirai, bobbyi, neologix, Giovanni.Bajo, sdaoden, sbt, avian, lesha |
| 2012-01-14 19:40:52 | gregory.p.smith | 修改 | messageid: <1326570052.5.0.861056478517.issue6721@psf.upfronthosting.co.za> |
| 2012-01-14 19:40:51 | gregory.p.smith | 链接 | issue6721 messages |
| 2012-01-14 19:40:51 | gregory.p.smith | 创建 | |
|