[issue13959] Re-implement parts of imp in pure Python

Eric Snow report at bugs.python.org
Wed Apr 18 16:49:29 CEST 2012


Eric Snow <ericsnowcurrently at gmail.com> added the comment:

On the _frozen_importlib point, I'm fine with that.  It was just counter-intuitive that the importlib._bootstrap functions were returning loaders whose classes weren't also defined there.

I'll have another look at that test tonight and run the patch through the full test suite, but otherwise I think find_module() is basically done.

----------

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


More information about the Python-bugs-list mailing list