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 pitrou
Recipients Juraj.Ivancic, amaury.forgeotdarc, docs@python, pitrou
Date 2011-02-26.10:01:53
SpamBayes Score 1.6655821e-06
Marked as misclassified No
Message-id <1298714514.34.0.192806357972.issue11329@psf.upfronthosting.co.za>
In-reply-to
Content
Given the way the new GIL works, I'm afraid it's not really possible to support this (it needs some thread-state to be available).
Note that there is no reason, AFAIK, why you would want to call PyEval_InitThreads() before Py_Initialize().
History
Date User Action Args
2011-02-26 10:01:54pitrousetrecipients: + pitrou, amaury.forgeotdarc, docs@python, Juraj.Ivancic
2011-02-26 10:01:54pitrousetmessageid: <1298714514.34.0.192806357972.issue11329@psf.upfronthosting.co.za>
2011-02-26 10:01:53pitroulinkissue11329 messages
2011-02-26 10:01:53pitroucreate