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 pjenvey
Recipients flox, jcea, pitrou, pjenvey, python-dev
Date 2011-12-16.00:01:53
SpamBayes Score 0.009282462
Marked as misclassified No
Message-id <1323993714.46.0.195083989531.issue13575@psf.upfronthosting.co.za>
In-reply-to
Content
Is mro_internal's second call to type_mro_modified still needed? Its comment makes me suspect that it's not:

    type_mro_modified(type, type->tp_mro);
    /* corner case: the old-style super class might have been hidden
       from the custom MRO */
    type_mro_modified(type, type->tp_bases);
History
Date User Action Args
2011-12-16 00:01:54pjenveysetrecipients: + pjenvey, jcea, pitrou, flox, python-dev
2011-12-16 00:01:54pjenveysetmessageid: <1323993714.46.0.195083989531.issue13575@psf.upfronthosting.co.za>
2011-12-16 00:01:53pjenveylinkissue13575 messages
2011-12-16 00:01:53pjenveycreate