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

Brett Cannon report at bugs.python.org
Sun Apr 29 19:20:22 CEST 2012


Brett Cannon <brett at python.org> added the comment:

Update time!

With NullImporter dealt with, that leaves get_magic(), get_tag(), reload(), and get_suffixes() as things to potentially move to Lib/imp.py. I would also like to re-implement PyImport_ExecCodeModuleObject() as it's keeping a lot of C code alive just for its personal use.

----------

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


More information about the Python-bugs-list mailing list