Skip to content

Commit 39692ea

Browse files
Temporarily skip some code.
1 parent 5f6fe84 commit 39692ea

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Objects/codeobject.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1929,6 +1929,8 @@ _PyCode_SetUnboundVarCounts(PyThreadState *tstate,
19291929
"expected a set for \"attrnames\", got %R", attrnames);
19301930
goto finally;
19311931
}
1932+
res = 0;
1933+
goto finally;
19321934

19331935
// Fill in unbound.globals and unbound.numattrs.
19341936
struct co_unbound_counts unbound = {0};

0 commit comments

Comments
 (0)