[issue2377] Replace __import__ w/ importlib.__import__

Nick Coghlan report at bugs.python.org
Mon Mar 5 01:14:09 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Yes, the import related C API should be turned into a mere wrapper around the appropriate importlib code wherever possible.

I don't think that needs to be a gating criteria for the initial commit, though.

----------

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


More information about the Python-bugs-list mailing list