8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Python/bytecodes.c
1 parent 58dc25a commit eec459eCopy full SHA for eec459e
Python/bytecodes.c
@@ -1,6 +1,6 @@
1
// This file contains instruction definitions.
2
-// It is read by Tools/cases_generator/generate_cases.py
3
-// 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.
4
// Note that there is some dummy C code at the top and bottom of the file
5
// to fool text editors like VS Code into believing this is valid C code.
6
// The actual instruction definitions start at // BEGIN BYTECODES //.
0 commit comments