[Python-checkins] cpython (3.2): Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...).

jesus.cea python-checkins at python.org
Wed Oct 31 17:11:08 CET 2012


http://hg.python.org/cpython/rev/e9ea7f6a7107
changeset:   80101:e9ea7f6a7107
branch:      3.2
parent:      80096:f0b22e314975
user:        Jesus Cea <jcea at jcea.es>
date:        Wed Oct 31 17:00:59 2012 +0100
summary:
  Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!

files:
  Misc/NEWS |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -58,6 +58,8 @@
 - 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".
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list