From 64085e306495769161dc278c5c61490dc767e598 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Wed, 31 Oct 2012 17:00:59 +0100 Subject: [PATCH] Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index 434f2219489..be3b1e41c0b 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".