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 pitrou
Recipients ajaksu2, amaury.forgeotdarc, flox, pitrou, stutzbach
Date 2010-03-30.23:35:49
SpamBayes Score 0.29927373
Marked as misclassified No
Message-id <1269992150.87.0.595963997438.issue2521@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, Benjamin pointed out that ABCs only support new-style classes, so old-style classes could be detected early instead of being added to the _abc_negative_cache.
History
Date User Action Args
2010-03-30 23:35:50pitrousetrecipients: + pitrou, amaury.forgeotdarc, ajaksu2, stutzbach, flox
2010-03-30 23:35:50pitrousetmessageid: <1269992150.87.0.595963997438.issue2521@psf.upfronthosting.co.za>
2010-03-30 23:35:49pitroulinkissue2521 messages
2010-03-30 23:35:49pitroucreate