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 7140b99 commit a3e0387Copy full SHA for a3e0387
1 file changed
Python/flowgraph.c
@@ -200,6 +200,7 @@ basicblock_addop(basicblock *b, int opcode, int oparg, location loc)
200
i->i_opcode = opcode;
201
i->i_oparg = oparg;
202
i->i_target = NULL;
203
+ i->i_except = NULL;
204
i->i_loc = loc;
205
206
return SUCCESS;
0 commit comments