Skip to content

Commit 97677cb

Browse files
Temporarily skip some code.
1 parent 5f6fe84 commit 97677cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Objects/codeobject.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1780,6 +1780,7 @@ identify_unbound_names(PyThreadState *tstate, PyCodeObject *co,
17801780
}
17811781
}
17821782
}
1783+
return 0;
17831784
if (counts != NULL) {
17841785
*counts = unbound;
17851786
}

0 commit comments

Comments
 (0)