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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, loewis, pitrou, tim.peters, vstinner
Date 2010-03-08.00:38:17
SpamBayes Score 0.011426019
Marked as misclassified No
Message-id <1268008699.33.0.655971120784.issue8063@psf.upfronthosting.co.za>
In-reply-to
Content
I would keep the call to PyThreadState_Swap() next to PyThreadState_New(): create the thread state and install it. _PyGILState_Init() may come after.
History
Date User Action Args
2010-03-08 00:38:20amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, tim.peters, loewis, pitrou, vstinner
2010-03-08 00:38:19amaury.forgeotdarcsetmessageid: <1268008699.33.0.655971120784.issue8063@psf.upfronthosting.co.za>
2010-03-08 00:38:17amaury.forgeotdarclinkissue8063 messages
2010-03-08 00:38:17amaury.forgeotdarccreate