We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d55078 commit 50415d5Copy full SHA for 50415d5
Tools/build/deepfreeze.py
@@ -22,7 +22,7 @@
22
verbose = False
23
24
# This must be kept in sync with opcode.py
25
-RESUME = 151
+RESUME = 166
26
27
def isprintable(b: bytes) -> bool:
28
return all(0x20 <= c < 0x7f for c in b)
0 commit comments