Skip to content

Commit 3434a3d

Browse files
author
User
committed
deprecation
1 parent a9af13f commit 3434a3d

File tree

1 file changed

+0
-1
lines changed
  • Modules/_testlimitedcapi

1 file changed

+0
-1
lines changed

Modules/_testlimitedcapi/set.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ test_set_contains_does_not_convert_unhashable_key(PyObject *self, PyObject *Py_U
206206
if (result < 0) {
207207
if (PyErr_ExceptionMatches(PyExc_TypeError)) {
208208
PyErr_Clear();
209-
Py_RETURN_TRUE;
210209
}
211210
return NULL;
212211
}

0 commit comments

Comments
 (0)