mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-109256: allocate opcode IDs for internal opcodes in their own range (#109269)
This commit is contained in:
parent
247ee1bf84
commit
8b55adfa8f
11 changed files with 778 additions and 763 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/generate_cases.py
|
||||
RESUME = 166
|
||||
RESUME = 149
|
||||
|
||||
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