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 Dormouse759, docs@python, ncoghlan, petr.viktorin, pitrou, scoder
Date 2017-12-26.00:26:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1514247981.89.0.213398074469.issue32374@psf.upfronthosting.co.za>
In-reply-to
Content
Yep, the requirement for supporting multiple interpreters is just that you either avoid relying on C global state entirely, or else correctly synchronise access to it. Multi-phase initialisation just provides a few nudges in the direction of doing that more consistently.
History
Date User Action Args
2017-12-26 00:26:21ncoghlansetrecipients: + ncoghlan, pitrou, scoder, petr.viktorin, docs@python, Dormouse759
2017-12-26 00:26:21ncoghlansetmessageid: <1514247981.89.0.213398074469.issue32374@psf.upfronthosting.co.za>
2017-12-26 00:26:21ncoghlanlinkissue32374 messages
2017-12-26 00:26:21ncoghlancreate