mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Fix a compile warning in dictobject.c (GH-16610)
This commit is contained in:
parent
ef092fe990
commit
ed8efd8e2c
1 changed files with 0 additions and 1 deletions
|
@ -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 & */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue