Thanks to visit codestin.com Credit goes to github.com
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 8baf0e1 commit a02e90aCopy full SHA for a02e90a
1 file changed
Modules/itertoolsmodule.c
@@ -55,7 +55,6 @@ find_state_by_type(PyTypeObject *tp)
55
assert(mod != NULL);
56
return get_module_state(mod);
57
}
58
-#define clinic_state() (find_state_by_type(type))
59
60
/*[clinic input]
61
module itertools
@@ -84,6 +83,7 @@ static PyTypeObject teedataobject_type;
84
83
static PyTypeObject tee_type;
85
static PyTypeObject batched_type;
86
+#define clinic_state() (find_state_by_type(type))
87
#define clinic_state_by_cls() (get_module_state_by_cls(base_tp))
88
#include "clinic/itertoolsmodule.c.h"
89
#undef clinic_state_by_cls
0 commit comments