mirror of
https://github.com/python/cpython.git
synced 2025-10-29 01:22:59 +00:00
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). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| test___loader__.py | ||
| test___package__.py | ||
| test_api.py | ||
| test_caching.py | ||
| test_fromlist.py | ||
| test_meta_path.py | ||
| test_packages.py | ||
| test_path.py | ||
| test_relative_imports.py | ||