mirror of https://github.com/python/cpython
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
This commit is contained in:
commit
08d8434526
|
@ -552,6 +552,8 @@ Core and Builtins
|
|||
- Issue #15110: Fix the tracebacks generated by "import xxx" to not show the
|
||||
importlib stack frames.
|
||||
|
||||
- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...).
|
||||
|
||||
- Issue #15020: The program name used to search for Python's path is now
|
||||
"python3" under Unix, not "python".
|
||||
|
||||
|
|
Loading…
Reference in New Issue