Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing.

This commit is contained in:
Eric Snow 2016-09-08 11:12:31 -07:00
parent e58571b7ea
commit f3fd06a2e4
4 changed files with 902 additions and 910 deletions

View file

@ -6968,6 +6968,9 @@ Core and Builtins
- Issue #19369: Optimized the usage of __length_hint__().
- Issue #28026: Raise ImportError when exec_module() exists but
create_module() is missing.
- Issue #18603: Ensure that PyOS_mystricmp and PyOS_mystrnicmp are in the
Python executable and not removed by the linker's optimizer.