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 vstinner
Recipients Mekk, pitrou, steve.dower, vstinner, xcombelle
Date 2017-11-30.22:46:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512082017.58.0.213398074469.issue20891@psf.upfronthosting.co.za>
In-reply-to
Content
Ok, the bug is now fixed in Python 2.7, 3.6 and master (future 3.7). On 3.6 and master, the fix comes with an unit test.

Thanks Steve Dower for the bug report, sorry for the long delay, I completely forgot this old bug!

Marcin Kasperski: Thanks for the reminder. Sadly, we will have to wait for the next release to get the fix. In the meanwhile, you can workaround the bug by calling PyEval_InitThreads() after Py_Initialize() but before running actual code.
History
Date User Action Args
2017-11-30 22:46:57vstinnersetrecipients: + vstinner, pitrou, Mekk, steve.dower, xcombelle
2017-11-30 22:46:57vstinnersetmessageid: <1512082017.58.0.213398074469.issue20891@psf.upfronthosting.co.za>
2017-11-30 22:46:57vstinnerlinkissue20891 messages
2017-11-30 22:46:57vstinnercreate