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 gvanrossum, ncoghlan, pitrou, skrah, vstinner
Date 2013-12-21.12:01:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1387627285.8.0.967800000723.issue20037@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, the current idiom for calling PyModule_GetState in extension modules isn't safe (because it assumes nothing ever errors out, which can be wrong in the shutdown phase).
History
Date User Action Args
2013-12-21 12:01:25pitrousetrecipients: + pitrou, gvanrossum, ncoghlan, vstinner, skrah
2013-12-21 12:01:25pitrousetmessageid: <1387627285.8.0.967800000723.issue20037@psf.upfronthosting.co.za>
2013-12-21 12:01:25pitroulinkissue20037 messages
2013-12-21 12:01:25pitroucreate