[issue21581] Consider dropping importlib.abc.Loader.create_module()

Brett Cannon report at bugs.python.org
Fri Dec 12 18:30:24 CET 2014


Brett Cannon added the comment:

Issue #23014 is planning to make create_module() required so that module creation doesn't have a two-tiered way of specifying a default module (which is handy in C code).

----------
dependencies: +Don't have importlib.abc.Loader.create_module() be optional

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


More information about the Python-bugs-list mailing list