Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Objects/dictobject.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 & */
Expand Down