summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sets.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-08-19 16:02:33 (GMT)
committerGuido van Rossum <guido@python.org>2002-08-19 16:02:33 (GMT)
commitc588e9041aea212fe2b5fad9254824d12f804c3e (patch)
tree751766986c00b71afdedcca0664f0890d08e62c9 /Lib/test/test_sets.py
parentf2f2a2c130fc41bc854f376e13f4d6193a2b8b02 (diff)
downloadcpython-c588e9041aea212fe2b5fad9254824d12f804c3e.zip
cpython-c588e9041aea212fe2b5fad9254824d12f804c3e.tar.gz
cpython-c588e9041aea212fe2b5fad9254824d12f804c3e.tar.bz2
Simple but important optimization for descr_check(): instead of the
expensive and overly general PyObject_IsInstance(), call PyObject_TypeCheck() which is a macro that often avoids a call, and if it does make a call, calls the much more efficient PyType_IsSubtype(). This saved 6% on a benchmark for slot lookups.
Diffstat (limited to 'Lib/test/test_sets.py')
0 files changed, 0 insertions, 0 deletions