summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-31 17:02:03 +0100
committerJesus Cea <jcea@jcea.es>2012-10-31 17:02:03 +0100
commit08d8434526343205bbb8406b7e1f5b63a11f36fb (patch)
treec2f0c87453f40e738e4938339459a777c3706453
parent3e11d6583a8ac171ddf25b0b764ab57c8df7f108 (diff)
parent64085e306495769161dc278c5c61490dc767e598 (diff)
downloadcpython-git-08d8434526343205bbb8406b7e1f5b63a11f36fb.tar.gz
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 347885fed1..20184fe52a 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".