mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing.
This commit is contained in:
parent
e58571b7ea
commit
f3fd06a2e4
4 changed files with 902 additions and 910 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue