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 emptysquare, pitrou, serhiy.storchaka, vstinner, xdegaye
Date 2014-11-25.21:03:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416949440.08.0.499068787973.issue22898@psf.upfronthosting.co.za>
In-reply-to
Content
+    /* during Python finalization, warnings may be emited after interp->sysdict
+       is cleared: see issue #22898 */

I would prefer to see this comment in the else block.
History
Date User Action Args
2014-11-25 21:04:00vstinnersetrecipients: + vstinner, pitrou, xdegaye, serhiy.storchaka, emptysquare
2014-11-25 21:04:00vstinnersetmessageid: <1416949440.08.0.499068787973.issue22898@psf.upfronthosting.co.za>
2014-11-25 21:04:00vstinnerlinkissue22898 messages
2014-11-25 21:03:59vstinnercreate