summaryrefslogtreecommitdiffstats
path: root/Demo/tix/bitmaps
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-04-07 11:39:21 (GMT)
committerRaymond Hettinger <python@rcn.com>2004-04-07 11:39:21 (GMT)
commit467a698bd2488ecb532fedcf1a8f6a018fa662a6 (patch)
treec9d6decb31d34255b2808c6d00a4da43600748a3 /Demo/tix/bitmaps
parent22ab06e4debcd65362e3f9ef69151eac70535c5f (diff)
downloadcpython-467a698bd2488ecb532fedcf1a8f6a018fa662a6.zip
cpython-467a698bd2488ecb532fedcf1a8f6a018fa662a6.tar.gz
cpython-467a698bd2488ecb532fedcf1a8f6a018fa662a6.tar.bz2
Small code improvements for readability, code size, and/or speed.
BINARY_SUBSCR: * invert test for normal case fall through * eliminate err handling code by jumping to slow_case LOAD_LOCALS: * invert test for normal case fall through * continue instead of break for the non-error case STORE_NAME and DELETE_NAME: * invert test for normal case fall through LOAD_NAME: * continue instead of break for the non-error case DELETE_FAST: * invert test for normal case fall through LOAD_DEREF: * invert test for normal case fall through * continue instead of break for the non-error case
Diffstat (limited to 'Demo/tix/bitmaps')
0 files changed, 0 insertions, 0 deletions