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 <[email protected]>
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: <[email protected]>
2017-12-26 00:26:21ncoghlanlinkissue32374 messages
2017-12-26 00:26:21ncoghlancreate