Message 301906 - Python tracker

Message301906

Author eric.snow
Recipients eric.smith, eric.snow, ncoghlan, skrah, vstinner
Date 2017-09-11.21:31:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505165498.17.0.633664693352.issue31420@psf.upfronthosting.co.za>
In-reply-to
Content
Moving warnoptions (and xoptions) out of PyInterpreterState seems like a good idea to me for the same reasons as applied to sys.modules.  The case for these two is even stronger since they are only used in sysmodule.c.
History
Date User Action Args
2017-09-11 21:31:38eric.snowsetrecipients: + eric.snow, ncoghlan, vstinner, eric.smith, skrah
2017-09-11 21:31:38eric.snowsetmessageid: <1505165498.17.0.633664693352.issue31420@psf.upfronthosting.co.za>
2017-09-11 21:31:38eric.snowlinkissue31420 messages
2017-09-11 21:31:38eric.snowcreate