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 gvanrossum
Recipients gvanrossum, jyasskin
Date 2008-03-18.04:02:18
SpamBayes Score 0.2635896
Marked as misclassified No
Message-id <1205812939.22.0.680553964028.issue2303@psf.upfronthosting.co.za>
In-reply-to
Content
I'll set this to critical to ensure that I look at it at least once
before we release.  I'm not sure however that we can do much about it --
nor that it matters much in practice.

Perhaps we could speed up certain common isinstance() calls by skipping
the lookup for non-heap types; I believe those never override
__instancheck__.
History
Date User Action Args
2008-03-18 04:02:19gvanrossumsetspambayes_score: 0.26359 -> 0.2635896
recipients: + gvanrossum, jyasskin
2008-03-18 04:02:19gvanrossumsetspambayes_score: 0.26359 -> 0.26359
messageid: <1205812939.22.0.680553964028.issue2303@psf.upfronthosting.co.za>
2008-03-18 04:02:18gvanrossumlinkissue2303 messages
2008-03-18 04:02:18gvanrossumcreate