Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 191531f

Browse files
authored
Update outdated comment in Python/bytecodes.c (#114522)
1 parent 981d172 commit 191531f

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)