mirror of
https://github.com/python/cpython.git
synced 2025-11-20 10:57:44 +00:00
gh-105481: fix out of date comment (#108079)
This commit is contained in:
parent
006e44f950
commit
2da67a5789
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
||||||
|
|
||||||
verbose = False
|
verbose = False
|
||||||
|
|
||||||
# This must be kept in sync with opcode.py
|
# This must be kept in sync with Tools/cases_generator/generate_cases.py
|
||||||
RESUME = 166
|
RESUME = 166
|
||||||
|
|
||||||
def isprintable(b: bytes) -> bool:
|
def isprintable(b: bytes) -> bool:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue