diff options
author | Guido van Rossum <guido@python.org> | 2002-08-24 05:33:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-08-24 05:33:28 (GMT) |
commit | 81912d4764eb8ccb1b069de46c7f78381f4b19a6 (patch) | |
tree | dc3ca526440c32fea11b229f07cc4c3b4a8dc524 /Include | |
parent | d50185127f5cdc7241e5aa80d4d174113bf43b52 (diff) | |
download | cpython-81912d4764eb8ccb1b069de46c7f78381f4b19a6.zip cpython-81912d4764eb8ccb1b069de46c7f78381f4b19a6.tar.gz cpython-81912d4764eb8ccb1b069de46c7f78381f4b19a6.tar.bz2 |
Speedup for PyObject_RichCompareBool(): PyObject_RichCompare() almost
always returns a bool, so avoid calling PyObject_IsTrue() in that
case.
Diffstat (limited to 'Include')
0 files changed, 0 insertions, 0 deletions