diff options
author | Guido van Rossum <guido@python.org> | 2002-06-13 17:59:51 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-06-13 17:59:51 (GMT) |
commit | fea59e7f766b950ccd55f9eee87d4032a768fdcc (patch) | |
tree | b668da1c6ff6ce390fa4ee95016a7af7c184208c /Lib/dis.py | |
parent | efb9097add12d372f3a41c6fa884235ba2291248 (diff) | |
download | cpython-fea59e7f766b950ccd55f9eee87d4032a768fdcc.zip cpython-fea59e7f766b950ccd55f9eee87d4032a768fdcc.tar.gz cpython-fea59e7f766b950ccd55f9eee87d4032a768fdcc.tar.bz2 |
The opcode FOR_LOOP no longer exists.
Diffstat (limited to 'Lib/dis.py')
-rw-r--r-- | Lib/dis.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -262,7 +262,6 @@ jrel_op('JUMP_FORWARD', 110) # Number of bytes to skip jrel_op('JUMP_IF_FALSE', 111) # "" jrel_op('JUMP_IF_TRUE', 112) # "" jabs_op('JUMP_ABSOLUTE', 113) # Target byte offset from beginning of code -jrel_op('FOR_LOOP', 114) # Number of bytes to skip name_op('LOAD_GLOBAL', 116) # Index in name list |