We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df6d6c1 commit 73233d3Copy full SHA for 73233d3
1 file changed
Modules/_weakref.c
@@ -110,7 +110,6 @@ _weakref_getweakrefs(PyObject *module, PyObject *object)
110
PyList_SET_ITEM(result, i, Py_NewRef(current));
111
current = current->wr_next;
112
}
113
-
114
Py_END_CRITICAL_SECTION();
115
return result;
116
0 commit comments