02d8454002
importlib.abc.Loader.exec_module() is also defined. Before this change, create_module() was optional **and** could return None to trigger default semantics. This change now reduces the options for choosing default semantics to one and in the most backporting-friendly way (define create_module() to return None). |
||
---|---|---|
.. | ||
builtin | ||
extension | ||
frozen | ||
import_ | ||
namespace_pkgs | ||
source | ||
__init__.py | ||
__main__.py | ||
abc.py | ||
regrtest.py | ||
test_abc.py | ||
test_api.py | ||
test_lazy.py | ||
test_locks.py | ||
test_namespace_pkgs.py | ||
test_spec.py | ||
test_util.py | ||
test_windows.py | ||
util.py |