summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-31 16:02:25 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-31 16:02:25 (GMT)
commit1a2b945ddb40655477e982bf41cc5689d58b2cf3 (patch)
tree8414cc404be4207f2b225c2e8932c8fe4bd55ad9 /Misc
parentace7db1d8f3e48dede2a291e63051c1be9adf111 (diff)
parent08d8434526343205bbb8406b7e1f5b63a11f36fb (diff)
downloadcpython-1a2b945ddb40655477e982bf41cc5689d58b2cf3.zip
cpython-1a2b945ddb40655477e982bf41cc5689d58b2cf3.tar.gz
cpython-1a2b945ddb40655477e982bf41cc5689d58b2cf3.tar.bz2
MERGE: 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 7c6a319..399bc3f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -632,6 +632,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".