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, barry, eric.snow, gvanrossum, kchen, ncoghlan, pitrou, steve.dower, vstinner, xcombelle
Date 2018-01-29.11:24:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517225070.07.0.467229070634.issue20891@psf.upfronthosting.co.za>
In-reply-to
Content
I proposed PR 5421 to fix Python 3.6: modify Py_Initialize() to call PyEval_InitThreads().

I'm not sure of Python 2.7. Not only the backport is not straighforward, but I'm not sure that I want to touch the super-stable 2.7 branch. Maybe for 2.7, I should just remove the currently skipped test_bpo20891() test from test_capi.

What do you think?
History
Date User Action Args
2018-01-29 11:24:30vstinnersetrecipients: + vstinner, gvanrossum, barry, ncoghlan, pitrou, Mekk, kchen, eric.snow, steve.dower, xcombelle
2018-01-29 11:24:30vstinnersetmessageid: <1517225070.07.0.467229070634.issue20891@psf.upfronthosting.co.za>
2018-01-29 11:24:30vstinnerlinkissue20891 messages
2018-01-29 11:24:30vstinnercreate