cpython/Lib/test/test_importlib
Brett Cannon 02d8454002 Issue #23014: Make importlib.abc.Loader.create_module() required when
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).
2015-01-09 11:39:21 -05:00
..
builtin Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
extension Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
frozen Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
import_ Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
namespace_pkgs
source Closes #22002: Merge with 3.4 2014-07-23 12:06:47 -05:00
__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 Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test_util.py Issue #23014: Make importlib.abc.Loader.create_module() required when 2015-01-09 11:39:21 -05:00
test_windows.py #22980 Adds platform and version tags to .pyd files 2014-12-15 20:45:23 -08:00
util.py