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 a9af13f commit 3434a3dCopy full SHA for 3434a3d
1 file changed
Modules/_testlimitedcapi/set.c
@@ -206,7 +206,6 @@ test_set_contains_does_not_convert_unhashable_key(PyObject *self, PyObject *Py_U
206
if (result < 0) {
207
if (PyErr_ExceptionMatches(PyExc_TypeError)) {
208
PyErr_Clear();
209
- Py_RETURN_TRUE;
210
}
211
return NULL;
212
0 commit comments