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.
1 parent 210275a commit c565bbbCopy full SHA for c565bbb
1 file changed
Include/internal/pycore_optimizer_types.h
@@ -39,7 +39,6 @@ typedef enum _JitSymType {
39
JIT_SYM_TUPLE_TAG = 8,
40
JIT_SYM_TRUTHINESS_TAG = 9,
41
JIT_SYM_COMPACT_INT = 10,
42
-
43
JIT_SYM_INVALID_TAG = 255, // for non-symbol values on abstract stack
44
} JitSymType;
45
0 commit comments