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
..
2014-12-12 13:19:48 +01:00
2014-11-26 14:39:54 -06:00
2014-12-13 16:08:15 -05:00
2015-01-04 16:06:14 -06:00
2014-12-31 18:10:13 -06:00
2014-09-28 11:27:24 +03:00

Miscellaneous source files for the main Python shared library