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 ncoghlan
Recipients eric.snow, ncoghlan, serhiy.storchaka, vstinner
Date 2017-03-24.05:33:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1490333605.92.0.158815482883.issue29881@psf.upfronthosting.co.za>
In-reply-to
Content
For module level variables, I'd expect this API to need to be used in tandem with switching the module over to PEP 489 multi-phase initialization.

By calling the new API in their _Py_mod_exec slot implementation, extension modules should be able to handle multiple initialize/finalize cycles correctly: https://www.python.org/dev/peps/pep-0489/#subinterpreters-and-interpreter-reloading
History
Date User Action Args
2017-03-24 05:33:26ncoghlansetrecipients: + ncoghlan, vstinner, eric.snow, serhiy.storchaka
2017-03-24 05:33:25ncoghlansetmessageid: <1490333605.92.0.158815482883.issue29881@psf.upfronthosting.co.za>
2017-03-24 05:33:25ncoghlanlinkissue29881 messages
2017-03-24 05:33:25ncoghlancreate