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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, facundobatista, jyasskin
Date 2008-02-14.18:50:05
SpamBayes Score 0.0033533948
Marked as misclassified No
Message-id <1203015006.21.0.64780557839.issue2115@psf.upfronthosting.co.za>
In-reply-to
Content
This slowdown is due to the new implementation of isinstance in python2.6.

If I comment most of the code of PyObject_IsInstance in
Objects/abstract.c (remove all __instancecheck__ stuff; leave only the
last line), timings are much better, and more similar to 2.5 performance.
History
Date User Action Args
2008-02-14 18:50:06amaury.forgeotdarcsetspambayes_score: 0.00335339 -> 0.0033533948
recipients: + amaury.forgeotdarc, facundobatista, jyasskin
2008-02-14 18:50:06amaury.forgeotdarcsetspambayes_score: 0.00335339 -> 0.00335339
messageid: <1203015006.21.0.64780557839.issue2115@psf.upfronthosting.co.za>
2008-02-14 18:50:05amaury.forgeotdarclinkissue2115 messages
2008-02-14 18:50:05amaury.forgeotdarccreate