Brett Cannon <br...@python.org> added the comment:

OK, so first step is to simply replace __import__ w/ importlib.__import__ using 
builtins.__import__ in order to make sure that all tests pass as expected. Can 
probably do this by doing the switch in Py_Initialize() somewhere.

Next step after that will be seeing if _io can be used by importlib w/ the 
import of os postponed until after importlib is bootstrapped.

----------

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

Reply via email to