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.
1 parent 25e244c commit 503627fCopy full SHA for 503627f
Python/compile.c
@@ -6664,12 +6664,12 @@ assemble(struct compiler *c, int addNone)
6664
6665
for (basicblock *b = c->u->u_blocks; b != NULL; b = b->b_list) {
6666
if (normalize_basic_block(b)) {
6667
- goto error;
+ return NULL;
6668
}
6669
6670
6671
if (ensure_exits_have_lineno(c)) {
6672
6673
6674
6675
nblocks = 0;
0 commit comments