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 mrkn
Recipients mrkn
Date 2017-11-29.02:56:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511924168.1.0.213398074469.issue32165@psf.upfronthosting.co.za>
In-reply-to
Content
As described in Doc/c-api/init.rst, PyEval_InitThreads() cannot be called
before Py_Initialize() function.
But in Modules/_ctypes/callbacks.c, PyEval_InitThreds() is called before Py_Initialize() in LoadPython function.
History
Date User Action Args
2017-11-29 02:56:08mrknsetrecipients: + mrkn
2017-11-29 02:56:08mrknsetmessageid: <1511924168.1.0.213398074469.issue32165@psf.upfronthosting.co.za>
2017-11-29 02:56:08mrknlinkissue32165 messages
2017-11-29 02:56:07mrkncreate