[issue2377] Replace __import__ w/ importlib.__import__

Antoine Pitrou report at bugs.python.org
Sun Mar 4 22:27:04 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

I have taken a look at the latest code again, and I'm worried that import.c still has large chunks of code dealing with module finding and loading. These functionalities should be redirected to the corresponding importlib code instead.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue2377>
_______________________________________


More information about the Python-bugs-list mailing list