8000 update RESUME hard coded value (argh) · python/cpython@50415d5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 50415d5

Browse files
committed
update RESUME hard coded value (argh)
1 parent 1d55078 commit 50415d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/deepfreeze.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
verbose = False
2323

2424
# This must be kept in sync with opcode.py
25-
RESUME = 151
25+
RESUME = 166
2626

2727
def isprintable(b: bytes) -> bool:
2828
return all(0x20 <= c < 0x7f for c in b)

0 commit comments

Comments
 (0)
0