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 jyasskin
Recipients gvanrossum, jyasskin
Date 2008-03-16.15:45:39
SpamBayes Score 0.2769798
Marked as misclassified No
Message-id <1205682342.69.0.872031501346.issue2303@psf.upfronthosting.co.za>
In-reply-to
Content
r58099 added an exception to the common case of PyObject_IsInstance(),
when the class has no __instancecheck__ attribute. This makes
isinstance(3, int) take 4x as long as in python 2.5.
History
Date User Action Args
2008-03-16 15:45:43jyasskinsetspambayes_score: 0.27698 -> 0.2769798
recipients: + jyasskin, gvanrossum
2008-03-16 15:45:42jyasskinsetspambayes_score: 0.27698 -> 0.27698
messageid: <1205682342.69.0.872031501346.issue2303@psf.upfronthosting.co.za>
2008-03-16 15:45:41jyasskinlinkissue2303 messages
2008-03-16 15:45:40jyasskincreate