• Brett Cannon's avatar
    Issue #23014: Make importlib.abc.Loader.create_module() required when · 02d84540
    Brett Cannon yazdı
    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).
    02d84540
Adı
Son kayıt (commit)
Son güncelleme
..
builtin Loading commit data...
extension Loading commit data...
frozen Loading commit data...
import_ Loading commit data...
namespace_pkgs Loading commit data...
source Loading commit data...
__init__.py Loading commit data...
__main__.py Loading commit data...
abc.py Loading commit data...
regrtest.py Loading commit data...
test_abc.py Loading commit data...
test_api.py Loading commit data...
test_lazy.py Loading commit data...
test_locks.py Loading commit data...
test_namespace_pkgs.py Loading commit data...
test_spec.py Loading commit data...
test_util.py Loading commit data...
test_windows.py Loading commit data...
util.py Loading commit data...