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 cb8c7fe commit a2c9349Copy full SHA for a2c9349
Modules/itertoolsmodule.c
@@ -4505,7 +4505,6 @@ itertoolsmodule_exec(PyObject *m)
4505
ADD_TYPE(m, state->tee_type, &tee_spec);
4506
ADD_TYPE(m, state->teedataobject_type, &teedataobject_spec);
4507
ADD_TYPE(m, state->ziplongest_type, &ziplongest_spec);
4508
- Py_SET_TYPE(state->teedataobject_type, &PyType_Type);
4509
4510
return 0;
4511
}
0 commit comments