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 eric.smith, ncoghlan, skrah, vstinner
Date 2017-09-11.17:16:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505150179.19.0.660372258758.issue31420@psf.upfronthosting.co.za>
In-reply-to
Content
Extract of my msg295399: "The problem is that warnoptions is stored in a C global variable *and* in sys.warnoptions of each interpreter. The ownership of this variable is unclear."

Maybe we need a change similar to bpo-28411 (commit 86b7afdfeee77993fe896a2aa13b3f4f95973f16) which removed the "modules" field from Py_InterpreterState.
History
Date User Action Args
2017-09-11 17:16:19vstinnersetrecipients: + vstinner, ncoghlan, eric.smith, skrah
2017-09-11 17:16:19vstinnersetmessageid: <1505150179.19.0.660372258758.issue31420@psf.upfronthosting.co.za>
2017-09-11 17:16:19vstinnerlinkissue31420 messages
2017-09-11 17:16:19vstinnercreate