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 xiang.zhang
Recipients Steven Adams, amaury.forgeotdarc, belopolsky, meador.inge, xiang.zhang
Date 2016-04-18.07:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460963303.18.0.737423858904.issue26793@psf.upfronthosting.co.za>
In-reply-to
Content
I am not sure what the real problem is. What I can see now it that it seems ctypes affects process fork. If you create the thread after fork, for example, in wait, your example works well. But if the thread participates in process fork, it fails.
History
Date User Action Args
2016-04-18 07:08:23xiang.zhangsetrecipients: + xiang.zhang, amaury.forgeotdarc, belopolsky, meador.inge, Steven Adams
2016-04-18 07:08:23xiang.zhangsetmessageid: <1460963303.18.0.737423858904.issue26793@psf.upfronthosting.co.za>
2016-04-18 07:08:23xiang.zhanglinkissue26793 messages
2016-04-18 07:08:23xiang.zhangcreate