From: Jesus Cea Date: Wed, 31 Oct 2012 16:00:19 +0000 (+0100) Subject: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT! X-Git-Tag: v2.7.4rc1~429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bdf1b9e26754de09883321c181bed7ddbc513ab8;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 11113f3006a0..f3fd0341039f 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.