summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-31 16:00:59 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-31 16:00:59 (GMT)
commit64085e306495769161dc278c5c61490dc767e598 (patch)
treef5bfc4fae2389c1a9f2c0fb813446a7873c169f5 /Misc
parenta2959cea3f3031ea002eaf58a75f657fdef65a1d (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 434f221..be3b1e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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".