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 rupole
Recipients benjamin.peterson, rupole
Date 2008-07-29.02:55:53
SpamBayes Score 0.022628395
Marked as misclassified No
Message-id <1217300155.17.0.558264462583.issue3453@psf.upfronthosting.co.za>
In-reply-to
Content
If that were the case, it wouldn't need to call PyType_Ready for 
tp_base either.  From stepping thru the code, there are several places 
in the interpreter core that PyType_Ready is called for types whose 
tp_base has not been initialized yet.
History
Date User Action Args
2008-07-29 02:55:55rupolesetrecipients: + rupole, benjamin.peterson
2008-07-29 02:55:55rupolesetmessageid: <1217300155.17.0.558264462583.issue3453@psf.upfronthosting.co.za>
2008-07-29 02:55:54rupolelinkissue3453 messages
2008-07-29 02:55:53rupolecreate