➜

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.

作者 ronaldoussoren
收信人 emptysquare, ionelmc, ronaldoussoren, serhiy.storchaka, vstinner, yselivanov
日期 2015-12-23.15:47:29
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <1450885649.36.0.0338975664572.issue25920@psf.upfronthosting.co.za>
In-reply-to
内容
#25924 is related to this, I filed this after reading the blog post. The lock might not be necessary on OSX, and possibly on the other systems as well.


Yury: resetting the lock in the child should be safe because after the fork the child only has a single thread that is returning from fork(2). The thread that acquired the lock does not exist in the child process.
历史
日期 用户 动作 参数
2015-12-23 15:47:29ronaldoussoren修改recipients: + ronaldoussoren, vstinner, ionelmc, serhiy.storchaka, yselivanov, emptysquare
2015-12-23 15:47:29ronaldoussoren修改messageid: <1450885649.36.0.0338975664572.issue25920@psf.upfronthosting.co.za>
2015-12-23 15:47:29ronaldoussoren链接issue25920 messages
2015-12-23 15:47:29ronaldoussoren创建