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 207d229 commit 0e1af28Copy full SHA for 0e1af28
1 file changed
Objects/setobject.c
@@ -831,10 +831,10 @@ setiter_reduce(setiterobject *si)
831
if (!list)
832
return NULL;
833
834
- /* copy the itertor state */
+ /* copy the iterator state */
835
tmp = *si;
836
Py_XINCREF(tmp.si_set);
837
-
+
838
/* iterate the temporary into a list */
839
for(;;) {
840
PyObject *element = setiter_iternext(&tmp);
0 commit comments