diff options
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2021-04-03 08:14:37 +0200 |
---|---|---|
committer | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2021-04-03 08:14:37 +0200 |
commit | d4f3349f0a7c3c8b3b8c24f6ca9f6465e85396eb (patch) | |
tree | 8404b4e3be342abec65cdf133e9a6f432c5953dd /lib-python/3/opcode.py | |
parent | move the content back to the original files (intentionally not using hg mv, to (diff) | |
download | pypy-d4f3349f0a7c3c8b3b8c24f6ca9f6465e85396eb.tar.gz pypy-d4f3349f0a7c3c8b3b8c24f6ca9f6465e85396eb.tar.bz2 pypy-d4f3349f0a7c3c8b3b8c24f6ca9f6465e85396eb.zip |
cleanup
Diffstat (limited to 'lib-python/3/opcode.py')
-rw-r--r-- | lib-python/3/opcode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib-python/3/opcode.py b/lib-python/3/opcode.py index a9199e529a..033b127bef 100644 --- a/lib-python/3/opcode.py +++ b/lib-python/3/opcode.py @@ -161,7 +161,7 @@ jabs_op('POP_JUMP_IF_TRUE', 115) # "" name_op('LOAD_GLOBAL', 116) # Index in name list jabs_op('CONTINUE_LOOP', 119) # Target address -jrel_op('SETUP_LOOP', 120) # Distance to target address +#jrel_op('SETUP_LOOP', 120) # Distance to target address jrel_op('SETUP_EXCEPT', 121) # "" jrel_op('SETUP_FINALLY', 122) # Distance to target address |