8000 Update outdated comment in ``Python/bytecodes.c`` (#114522) · Glyphack/cpython@eec459e · GitHub
[go: up one dir, main page]

Skip to content

Commit eec459e

Browse files
Eclips4Glyphack
authored andcommitted
Update outdated comment in Python/bytecodes.c (python#114522)
1 parent 58dc25a commit eec459e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Python/bytecodes.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// This file contains instruction definitions.
2-
// It is read by Tools/cases_generator/generate_cases.py
3-
// to generate Python/generated_cases.c.h.
2+
// It is read by generators stored in Tools/cases_generator/
3+
// to generate Python/generated_cases.c.h and others.
44
// Note that there is some dummy C code at the top and bottom of the file
55
// to fool text editors like VS Code into believing this is valid C code.
66
// The actual instruction definitions start at // BEGIN BYTECODES //.

0 commit comments

Comments
 (0)
0