From bdf1b9e26754de09883321c181bed7ddbc513ab8 Mon Sep 17 00:00:00 2001 From: Jesus Cea Date: Wed, 31 Oct 2012 17:00:19 +0100 Subject: 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 11113f3..f3fd034 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -50,6 +50,8 @@ Core and Builtins - Issue #15897: zipimport.c doesn't check return value of fseek(). Patch by Felipe Cruz. +- Issue #16369: Global PyTypeObjects not initialized with PyType_Ready(...). + - Issue #15033: Fix the exit status bug when modules invoked using -m swith, return the proper failure return value (1). Patch contributed by Jeff Knupp. -- cgit v0.12