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, christian.heimes, gvanrossum
Date 2007-11-13.09:27:34
SpamBayes Score 0.01725561
Marked as misclassified No
Message-id <1194946054.37.0.192798162395.issue1265@psf.upfronthosting.co.za>
In-reply-to
Content
> BTW**2: I've noticed that abc.py's __instancecheck__ gets called a lot
> at times when I don't expect it.  Can you research this a bit?

In classobject.c, method_call() calls PyObject_IsInstance() on the first
arg when the method is unbound.
This happens a lot in io.py, each time the code calls a base class method.
History
Date User Action Args
2007-11-13 09:27:34amaury.forgeotdarcsetspambayes_score: 0.0172556 -> 0.01725561
recipients: + amaury.forgeotdarc, gvanrossum, christian.heimes
2007-11-13 09:27:34amaury.forgeotdarcsetspambayes_score: 0.0172556 -> 0.0172556
messageid: <1194946054.37.0.192798162395.issue1265@psf.upfronthosting.co.za>
2007-11-13 09:27:34amaury.forgeotdarclinkissue1265 messages
2007-11-13 09:27:34amaury.forgeotdarccreate