summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-31 16:02:03 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-31 16:02:03 (GMT)
commit08d8434526343205bbb8406b7e1f5b63a11f36fb (patch)
treec2f0c87453f40e738e4938339459a777c3706453 /Misc
parent3e11d6583a8ac171ddf25b0b764ab57c8df7f108 (diff)
parent64085e306495769161dc278c5c61490dc767e598 (diff)
downloadcpython-08d8434526343205bbb8406b7e1f5b63a11f36fb.zip
cpython-08d8434526343205bbb8406b7e1f5b63a11f36fb.tar.gz
cpython-08d8434526343205bbb8406b7e1f5b63a11f36fb.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 347885f..20184fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -552,6 +552,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".