MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!

This commit is contained in:
Jesus Cea 2012-10-31 17:02:25 +01:00
commit 1a2b945ddb
1 changed files with 2 additions and 0 deletions

View File

@ -632,6 +632,8 @@ Core and Builtins
- Issue #15110: Fix the tracebacks generated by "import xxx" to not show the - Issue #15110: Fix the tracebacks generated by "import xxx" to not show the
importlib stack frames. 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 - Issue #15020: The program name used to search for Python's path is now
"python3" under Unix, not "python". "python3" under Unix, not "python".