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

Calling initexternalimports InitalizeMainInterpreter and from new_interpreter 
is right, since we only want these importers on the metapath after we know 
sys.path has been configured appropriately.

It's the call from InitializeCore that's questionable, since we haven't 
finished setting up sys.path at that point.

----------

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

Reply via email to