diff options
author | Kirill Podoprigora <kirill.bast9@mail.ru> | 2024-01-24 20:14:15 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 09:14:15 -0800 |
commit | 191531f352ce387a2d3a61544fb6feefab754d4a (patch) | |
tree | bd343b7d07903bb9585259c9de314a7d340786f4 /Python/bytecodes.c | |
parent | 981d172f7f0613d30bef4a8934b361db7fcf0672 (diff) | |
download | cpython-191531f352ce387a2d3a61544fb6feefab754d4a.tar.gz cpython-191531f352ce387a2d3a61544fb6feefab754d4a.zip |
Update outdated comment in ``Python/bytecodes.c`` (#114522)
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r-- | Python/bytecodes.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c index fef3cd4ff7d..ebd5b06abb2 100644 --- a/Python/bytecodes.c +++ b/Python/bytecodes.c @@ -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 //. |