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 Robin.Schreiber, pitrou
Date 2013-07-31.19:50:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375300231.31.0.0696570899531.issue15699@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch fixing a few issues (i.e. crashes). Reading the module state requires the GIL to be held, but it was taken too late when the hooks are called.
History
Date User Action Args
2013-07-31 19:50:31pitrousetrecipients: + pitrou, Robin.Schreiber
2013-07-31 19:50:31pitrousetmessageid: <1375300231.31.0.0696570899531.issue15699@psf.upfronthosting.co.za>
2013-07-31 19:50:31pitroulinkissue15699 messages
2013-07-31 19:50:31pitroucreate