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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, benjamin.peterson, rupole
Date 2008-07-29.07:19:59
SpamBayes Score 0.0008737918
Marked as misclassified No
Message-id <1217316002.02.0.716468740219.issue3453@psf.upfronthosting.co.za>
In-reply-to
Content
PyType_Ready is called for each class in tp_bases.
This is done in typeobject.c::best_base()
Isn't it the case in your program?
History
Date User Action Args
2008-07-29 07:20:02amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rupole, benjamin.peterson
2008-07-29 07:20:02amaury.forgeotdarcsetmessageid: <1217316002.02.0.716468740219.issue3453@psf.upfronthosting.co.za>
2008-07-29 07:20:00amaury.forgeotdarclinkissue3453 messages
2008-07-29 07:19:59amaury.forgeotdarccreate