aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2021-04-03 08:14:37 +0200
committerCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2021-04-03 08:14:37 +0200
commitd4f3349f0a7c3c8b3b8c24f6ca9f6465e85396eb (patch)
tree8404b4e3be342abec65cdf133e9a6f432c5953dd /lib-python/3/opcode.py
parentmove the content back to the original files (intentionally not using hg mv, to (diff)
downloadpypy-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.py2
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