Skip to content

Commit 7c88f69

Browse files
committed
Remove extra argument
1 parent 207e35e commit 7c88f69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/flowgraph.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2899,7 +2899,7 @@ _PyCfg_OptimizedCfgToInstructionSequence(cfg_builder *g,
28992899
return ERROR;
29002900
}
29012901

2902-
RETURN_IF_ERROR(convert_pseudo_ops(g, IS_GENERATOR(code_flags)));
2902+
RETURN_IF_ERROR(convert_pseudo_ops(g));
29032903

29042904
/* Order of basic blocks must have been determined by now */
29052905

0 commit comments

Comments
 (0)