]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105481: fix out of date comment (#108079)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Thu, 17 Aug 2023 10:25:28 +0000 (11:25 +0100)
committerGitHub <noreply@github.com>
Thu, 17 Aug 2023 10:25:28 +0000 (10:25 +0000)
Tools/build/deepfreeze.py

index 8dbb7bfa69a926feea33b42991ca283015e62c40..996d5f65a923b23a95667c0d5bf64187d15efb8e 100644 (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: