[issue23014] Don't have importlib.abc.Loader.create_module() be optional

Nick Coghlan report at bugs.python.org
Tue Dec 16 14:47:21 CET 2014


Nick Coghlan added the comment:

I'm still a fan of "never" - it's a good escape hatch that means we never have to contort the new API to deal with some of the more esoteric use cases that involved completely overloading the import process in the loader :)

----------

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


More information about the Python-bugs-list mailing list