Thanks to visit codestin.com Credit goes to github.com
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 981d172 commit 191531fCopy full SHA for 191531f
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