gh-105481: fix out of date comment (#108079)

This commit is contained in:
Irit Katriel 2023-08-17 11:25:28 +01:00 committed by GitHub
parent 006e44f950
commit 2da67a5789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: