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

index 434f2219489d02a2e8822a8fdd6c365c6eafd2b2..be3b1e41c0beac4552cb72c805ab5bad258afe98 100644 (file)
--- 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".