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 christian.heimes
Recipients amaury.forgeotdarc, christian.heimes, facundobatista, jyasskin, theller
Date 2008-02-14.22:42:30
SpamBayes Score 0.02715984
Marked as misclassified No
Message-id <47B4C3D5.5020408@cheimes.de>
In-reply-to <1203022549.54.0.268407173996.issue2115@psf.upfronthosting.co.za>
Content
Thomas Heller wrote:
> BTW; calling PyObject_GetAttr() with interned strings for
> "__instancecheck__" and "__subclasscheck__" brings not enough speedup.

I've implemented the interning as static PyObject* in r60822. It should
give a small speedup.
History
Date User Action Args
2008-02-14 22:42:32christian.heimessetspambayes_score: 0.0271598 -> 0.02715984
recipients: + christian.heimes, theller, facundobatista, amaury.forgeotdarc, jyasskin
2008-02-14 22:42:31christian.heimeslinkissue2115 messages
2008-02-14 22:42:30christian.heimescreate