[Python-checkins] cpython (merge 3.3 -> default): MERGE: Closes #16369: Global PyTypeObjects not initialized with

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


http://hg.python.org/cpython/rev/e5f39546989f
changeset:   80103:e5f39546989f
parent:      80098:f5dec8c57715
parent:      80102:9a4e2d394ba0
user:        Jesus Cea <jcea at jcea.es>
date:        Wed Oct 31 17:02:25 2012 +0100
summary:
  MERGE: 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
@@ -632,6 +632,8 @@
 - Issue #15110: Fix the tracebacks generated by "import xxx" to not show the
   importlib stack frames.
 
+- 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