Skip to content

Commit 86bc47c

Browse files
committed
fixup: ga_iter
1 parent e415739 commit 86bc47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/genericaliasobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1000,7 +1000,7 @@ PyTypeObject Py_GenericAliasType = {
10001000
.tp_new = ga_new,
10011001
.tp_free = PyObject_GC_Del,
10021002
.tp_getset = ga_properties,
1003-
.tp_iter = (getiterfunc)ga_iter,
1003+
.tp_iter = ga_iter,
10041004
.tp_vectorcall_offset = offsetof(gaobject, vectorcall),
10051005
};
10061006

0 commit comments

Comments
 (0)