Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
corona10 committed Nov 17, 2023
1 parent df6d6c1 commit 73233d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Modules/_weakref.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ _weakref_getweakrefs(PyObject *module, PyObject *object)
PyList_SET_ITEM(result, i, Py_NewRef(current));
current = current->wr_next;
}

Py_END_CRITICAL_SECTION();
return result;
}
Expand Down

0 comments on commit 73233d3

Please sign in to comment.