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 amaury.forgeotdarc, jnoller, nirai, pitrou, vstinner
Date 2010-01-13.13:45:07
SpamBayes Score 0.00013614906
Marked as misclassified No
Message-id <1263390309.85.0.0981299030537.issue7544@psf.upfronthosting.co.za>
In-reply-to
Content
Another problem with my patch! If initsite() calls PyGILState_Ensure(): assert(autoInterpreterState) fails because autoInterpreterState is NULL.

_PyGILState_Init() have to be called before initsite(). I don't know where it should be called exactly. Why not just after the PyThreadState_New() (in Py_InitializeEx())?
History
Date User Action Args
2010-01-13 13:45:10vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, jnoller, nirai
2010-01-13 13:45:09vstinnersetmessageid: <1263390309.85.0.0981299030537.issue7544@psf.upfronthosting.co.za>
2010-01-13 13:45:08vstinnerlinkissue7544 messages
2010-01-13 13:45:07vstinnercreate