diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-31 16:00:59 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-31 16:00:59 (GMT) |
commit | 64085e306495769161dc278c5c61490dc767e598 (patch) | |
tree | f5bfc4fae2389c1a9f2c0fb813446a7873c169f5 /Misc | |
parent | a2959cea3f3031ea002eaf58a75f657fdef65a1d (diff) | |
download | cpython-64085e306495769161dc278c5c61490dc767e598.zip cpython-64085e306495769161dc278c5c61490dc767e598.tar.gz cpython-64085e306495769161dc278c5c61490dc767e598.tar.bz2 |
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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". |