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, pitrou, vstinner
Date 2009-01-23.08:14:49
SpamBayes Score 0.00046199322
Marked as misclassified No
Message-id <1232698491.74.0.42701418033.issue5035@psf.upfronthosting.co.za>
In-reply-to
Content
Why is PyGILState_Ensure() defined in Include/pystate.h in there is not
thread? PyGILState_Ensure() implementation is conditional (in
Python/pystate.c). Here is a patch to make the definition optional.
History
Date User Action Args
2009-01-23 08:14:52vstinnersetrecipients: + vstinner, amaury.forgeotdarc, pitrou, jnoller
2009-01-23 08:14:51vstinnersetmessageid: <1232698491.74.0.42701418033.issue5035@psf.upfronthosting.co.za>
2009-01-23 08:14:51vstinnerlinkissue5035 messages
2009-01-23 08:14:50vstinnercreate