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.

作者 vstinner
收信人 christian.heimes, docs@python, pitrou, vstinner
日期 2013-11-14.08:28:01
SpamBayes Score -1.0
Marked as misclassified
Message-id <1384417682.25.0.829972568274.issue19576@psf.upfronthosting.co.za>
In-reply-to
内容
> Perhaps we can fix PyGILState to call PyEval_InitThreads automatically?

Yes, I had the same idea. Here is a patch to call PyEval_InitThreads() in PyGILState_Ensure() for new threads.
历史
日期 用户 动作 参数
2013-11-14 08:28:02vstinner修改recipients: + vstinner, pitrou, christian.heimes, docs@python
2013-11-14 08:28:02vstinner修改messageid: <1384417682.25.0.829972568274.issue19576@psf.upfronthosting.co.za>
2013-11-14 08:28:02vstinner链接issue19576 messages
2013-11-14 08:28:02vstinner创建