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 rupole
Date 2008-07-27.15:14:03
SpamBayes Score 0.14537491
Marked as misclassified No
Message-id <1217171645.31.0.486361917431.issue3453@psf.upfronthosting.co.za>
In-reply-to
Content
If a type's tp_base has not been initialized yet, PyType_Ready calls 
itself for tp_base.  However, it doesn't do the same for members of 
tp_bases.  The inheritance determinations assume that all bases are 
ready, in particular that tp_mro is not null.
History
Date User Action Args
2008-07-27 15:14:05rupolesetrecipients: + rupole
2008-07-27 15:14:05rupolesetmessageid: <1217171645.31.0.486361917431.issue3453@psf.upfronthosting.co.za>
2008-07-27 15:14:04rupolelinkissue3453 messages
2008-07-27 15:14:03rupolecreate