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 georg.brandl
Recipients georg.brandl, osvenskan
Date 2009-04-05.17:19:22
SpamBayes Score 0.010405812
Marked as misclassified No
Message-id <1238951963.31.0.320894525647.issue5299@psf.upfronthosting.co.za>
In-reply-to
Content
I think the paragraph

   Every call to :cfunc:`PyGILState_Ensure` must be matched by a call to
   :cfunc:`PyGILState_Release` on the same thread.

says exactly what you want to know.
History
Date User Action Args
2009-04-05 17:19:23georg.brandlsetrecipients: + georg.brandl, osvenskan
2009-04-05 17:19:23georg.brandlsetmessageid: <1238951963.31.0.320894525647.issue5299@psf.upfronthosting.co.za>
2009-04-05 17:19:22georg.brandllinkissue5299 messages
2009-04-05 17:19:22georg.brandlcreate