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

This commit is contained in:
Jesus Cea 2012-10-31 17:00:59 +01:00
parent a2959cea3f
commit 64085e3064

View file

@ -58,6 +58,8 @@ Core and Builtins
- Issue #15368: An issue that caused bytecode generation to be
non-deterministic when using randomized hashing (-R) has been fixed.
- 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".