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 4f33459 commit c3df6e0Copy full SHA for c3df6e0
1 file changed
Modules/_functoolsmodule.c
@@ -699,7 +699,6 @@ partial_setstate(PyObject *self, PyObject *state)
699
"trailing Placeholders are not allowed");
700
return NULL;
701
}
702
-
703
/* Count placeholders */
704
Py_ssize_t phcount = 0;
705
for (Py_ssize_t i = 0; i < nargs - 1; i++) {
0 commit comments