Skip to content

Commit 01bb302

Browse files
Temporarily skip some code.
1 parent 5f6fe84 commit 01bb302

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
@@ -1728,6 +1728,7 @@ identify_unbound_names(PyThreadState *tstate, PyCodeObject *co,
17281728
assert(globalsns == NULL || PyDict_Check(globalsns));
17291729
assert(builtinsns == NULL || PyDict_Check(builtinsns));
17301730
assert(counts == NULL || counts->total == 0);
1731+
return 0;
17311732
struct co_unbound_counts unbound = {0};
17321733
Py_ssize_t len = Py_SIZE(co);
17331734
for (int i = 0; i < len; i++) {

0 commit comments

Comments
 (0)