Skip to content

Commit 8c83a94

Browse files
Temporarily skip some code.
1 parent 5f6fe84 commit 8c83a94

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
@@ -1716,6 +1716,7 @@ identify_unbound_names(PyThreadState *tstate, PyCodeObject *co,
17161716
PyObject *globalsns, PyObject *builtinsns,
17171717
struct co_unbound_counts *counts)
17181718
{
1719+
return 0;
17191720
// This function is inspired by inspect.getclosurevars().
17201721
// It would be nicer if we had something similar to co_localspluskinds,
17211722
// but for co_names.

0 commit comments

Comments
 (0)