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 fd07b8b commit 0104fcdCopy full SHA for 0104fcd
Python/codegen.c
@@ -90,7 +90,6 @@ typedef _PyCompile_FBlockInfo fblockinfo;
90
91
#define LOC(x) SRC_LOCATION_FROM_AST(x)
92
93
-// This macro must not be enclosed in brackets since it creates a new variable.
94
#define NEW_JUMP_TARGET_LABEL(C, NAME) \
95
jump_target_label NAME = _PyInstructionSequence_NewLabel(INSTR_SEQUENCE(C)); \
96
if (!IS_JUMP_TARGET_LABEL(NAME)) { \
0 commit comments