Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue32374>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to