SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 571 Python

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).
B
Brett Cannon committed
02d845400275076ef5ba2791c74b7670ac21f8a9
Parent: 863c69c