summaryrefslogtreecommitdiff
path: root/Doc/perl/python.perl
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2004-04-07 11:39:21 +0000
committerRaymond Hettinger <python@rcn.com>2004-04-07 11:39:21 +0000
commit467a698bd2488ecb532fedcf1a8f6a018fa662a6 (patch)
treec9d6decb31d34255b2808c6d00a4da43600748a3 /Doc/perl/python.perl
parent22ab06e4debcd65362e3f9ef69151eac70535c5f (diff)
downloadcpython-git-467a698bd2488ecb532fedcf1a8f6a018fa662a6.tar.gz
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 'Doc/perl/python.perl')
0 files changed, 0 insertions, 0 deletions