From: Jesus Cea Date: Wed, 31 Oct 2012 16:00:59 +0000 (+0100) Subject: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! X-Git-Tag: v3.2.4rc1~391^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=64085e306495769161dc278c5c61490dc767e598;p=thirdparty%2FPython%2Fcpython.git Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! --- diff --git a/Misc/NEWS b/Misc/NEWS index 434f2219489d..be3b1e41c0be 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -58,6 +58,8 @@ Core and Builtins - Issue #15368: An issue that caused bytecode generation to be non-deterministic when using randomized hashing (-R) has been fixed. +- 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".