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 abcab36 commit 3094d66Copy full SHA for 3094d66
Objects/structseq.c
@@ -38,7 +38,6 @@ get_type_attr_as_size(PyTypeObject *tp, PyObject *name)
38
name, tp->tp_name);
39
return -1;
40
}
41
-
42
return PyLong_AsSsize_t(v);
43
44
0 commit comments