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