]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
authorJesus Cea <jcea@jcea.es>
Wed, 31 Oct 2012 16:00:19 +0000 (17:00 +0100)
committerJesus Cea <jcea@jcea.es>
Wed, 31 Oct 2012 16:00:19 +0000 (17:00 +0100)
Misc/NEWS

index 11113f3006a090bc4032bb2bf24200bca8f553a3..f3fd0341039f382830a2a5d4db46f3c00e8b8dd5 100644 (file)
--- 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.