This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients bfroehle, jcea, python-dev
Date 2012-10-31.16:11:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3XsF0946RNzM3Z@mail.python.org>
In-reply-to
Content
New changeset abe8a2908f08 by Jesus Cea in branch '2.7':
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
http://hg.python.org/cpython/rev/abe8a2908f08

New changeset e9ea7f6a7107 by Jesus Cea in branch '3.2':
Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
http://hg.python.org/cpython/rev/e9ea7f6a7107

New changeset 9a4e2d394ba0 by Jesus Cea in branch '3.3':
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
http://hg.python.org/cpython/rev/9a4e2d394ba0

New changeset e5f39546989f by Jesus Cea in branch 'default':
MERGE: Closes #16369: Global PyTypeObjects not initialized with PyType_Ready(...). DOCUMENT IT!
http://hg.python.org/cpython/rev/e5f39546989f
History
Date User Action Args
2012-10-31 16:11:06python-devsetrecipients: + python-dev, jcea, bfroehle
2012-10-31 16:11:06python-devlinkissue16369 messages
2012-10-31 16:11:06python-devcreate