diff options
author | Jesus Cea <jcea@jcea.es> | 2012-10-31 16:02:25 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2012-10-31 16:02:25 (GMT) |
commit | 1a2b945ddb40655477e982bf41cc5689d58b2cf3 (patch) | |
tree | 8414cc404be4207f2b225c2e8932c8fe4bd55ad9 /Misc | |
parent | ace7db1d8f3e48dede2a291e63051c1be9adf111 (diff) | |
parent | 08d8434526343205bbb8406b7e1f5b63a11f36fb (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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". |