Commit ed8efd8e authored by Hai Shi's avatar Hai Shi Committed by Serhiy Storchaka

Fix a compile warning in dictobject.c (GH-16610)

parent ef092fe9
......@@ -4186,7 +4186,6 @@ _PyDictView_Intersect(PyObject* self, PyObject *other)
Py_ssize_t len_self;
int rv;
int (*dict_contains)(_PyDictViewObject *, PyObject *);
PyObject *tmp;
/* Python interpreter swaps parameters when dict view
is on right side of & */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment