mirror of https://github.com/python/cpython
gh-105481: fix out of date comment (#108079)
This commit is contained in:
parent
006e44f950
commit
2da67a5789
|
@ -21,7 +21,7 @@ ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
|||
|
||||
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
|
||||
|
||||
def isprintable(b: bytes) -> bool:
|
||||
|
|
Loading…
Reference in New Issue