Skip to content

Commit 73233d3

Browse files
committed
nit
1 parent df6d6c1 commit 73233d3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/_weakref.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ _weakref_getweakrefs(PyObject *module, PyObject *object)
110110
PyList_SET_ITEM(result, i, Py_NewRef(current));
111111
current = current->wr_next;
112112
}
113-
114113
Py_END_CRITICAL_SECTION();
115114
return result;
116115
}

0 commit comments

Comments
 (0)