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 amaury.forgeotdarc, christian.heimes, facundobatista, jyasskin, theller
Date 2008-02-14.20:55:48
SpamBayes Score 0.050255466
Marked as misclassified No
Message-id <1203022549.54.0.268407173996.issue2115@psf.upfronthosting.co.za>
In-reply-to
Content
PyObject_IsSubclass() has the same problem.

BTW; calling PyObject_GetAttr() with interned strings for
"__instancecheck__" and "__subclasscheck__" brings not enough speedup.
History
Date User Action Args
2008-02-14 20:55:49thellersetspambayes_score: 0.0502555 -> 0.050255466
recipients: + theller, facundobatista, amaury.forgeotdarc, christian.heimes, jyasskin
2008-02-14 20:55:49thellersetspambayes_score: 0.0502555 -> 0.0502555
messageid: <1203022549.54.0.268407173996.issue2115@psf.upfronthosting.co.za>
2008-02-14 20:55:48thellerlinkissue2115 messages
2008-02-14 20:55:48thellercreate