Skip to content

Commit 9a76103

Browse files
committed
Remove cast
1 parent 511581a commit 9a76103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Objects/odictobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2004,7 +2004,7 @@ PyTypeObject PyODictItems_Type = {
20042004
0, /* tp_clear */
20052005
0, /* tp_richcompare */
20062006
0, /* tp_weaklistoffset */
2007-
(getiterfunc)odictitems_iter, /* tp_iter */
2007+
odictitems_iter, /* tp_iter */
20082008
0, /* tp_iternext */
20092009
odictitems_methods, /* tp_methods */
20102010
0, /* tp_members */

0 commit comments

Comments
 (0)