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 theller
Recipients gvanrossum, jyasskin, rhettinger, theller
Date 2008-04-02.09:48:55
SpamBayes Score 0.13350902
Marked as misclassified No
Message-id <1207129735.9.0.908769169662.issue2303@psf.upfronthosting.co.za>
In-reply-to
Content
Issue #2534 has a patch which speeds up isinstance and issubclass by
implementing type.__instancecheck__ and type.__subclasscheck__.
History
Date User Action Args
2008-04-02 09:48:56thellersetspambayes_score: 0.133509 -> 0.13350902
recipients: + theller, gvanrossum, rhettinger, jyasskin
2008-04-02 09:48:55thellersetspambayes_score: 0.133509 -> 0.133509
messageid: <1207129735.9.0.908769169662.issue2303@psf.upfronthosting.co.za>
2008-04-02 09:48:55thellerlinkissue2303 messages
2008-04-02 09:48:55thellercreate