Files
cpython/Python
Antoine Pitrou 0668c62677 Issue #2534: speed up isinstance() and issubclass() by 50-70%, so as to
match Python 2.5 speed despite the __instancecheck__ / __subclasscheck__
mechanism. In the process, fix a bug where isinstance() and issubclass(),
when given a tuple of classes as second argument, were looking up
__instancecheck__ / __subclasscheck__ on the tuple rather than on each
type object.

Reviewed by Benjamin Peterson and Raymond Hettinger.
2008-08-26 22:42:08 +00:00
..
2008-06-11 07:41:16 +00:00
2008-06-11 07:41:16 +00:00
2008-01-23 17:15:06 +00:00
2008-08-24 05:04:52 +00:00
2008-04-13 20:50:29 +00:00
2008-08-24 05:04:52 +00:00
2005-07-09 15:26:33 +00:00