mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-130574: renumber RESUME opcode from 149 to 128 (GH-130685)
This commit is contained in:
parent
e4a60248b0
commit
aeb2327386
10 changed files with 243 additions and 241 deletions
|
@ -22,7 +22,7 @@ ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
|||
verbose = False
|
||||
|
||||
# This must be kept in sync with Tools/cases_generator/analyzer.py
|
||||
RESUME = 149
|
||||
RESUME = 128
|
||||
|
||||
def isprintable(b: bytes) -> bool:
|
||||
return all(0x20 <= c < 0x7f for c in b)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue