]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update outdated comment in ``Python/bytecodes.c`` (#114522)
authorKirill Podoprigora <kirill.bast9@mail.ru>
Wed, 24 Jan 2024 17:14:15 +0000 (20:14 +0300)
committerGitHub <noreply@github.com>
Wed, 24 Jan 2024 17:14:15 +0000 (09:14 -0800)
Python/bytecodes.c

index fef3cd4ff7d7810d39ad1bba484bc1d9df62f534..ebd5b06abb2d4e4afacceb74ceb33353df024c15 100644 (file)
@@ -1,6 +1,6 @@
 // This file contains instruction definitions.
-// It is read by Tools/cases_generator/generate_cases.py
-// to generate Python/generated_cases.c.h.
+// It is read by generators stored in Tools/cases_generator/
+// to generate Python/generated_cases.c.h and others.
 // Note that there is some dummy C code at the top and bottom of the file
 // to fool text editors like VS Code into believing this is valid C code.
 // The actual instruction definitions start at // BEGIN BYTECODES //.