- dictobject.c: Make dict_merge symbol a static symbol
This commit is contained in:
parent
8d794d66bd
commit
c96df68ea3
|
@ -2372,7 +2372,7 @@ Return:
|
||||||
return Py_SAFE_DOWNCAST(i, Py_ssize_t, int);
|
return Py_SAFE_DOWNCAST(i, Py_ssize_t, int);
|
||||||
}
|
}
|
||||||
|
|
||||||
int
|
static int
|
||||||
dict_merge(PyObject *a, PyObject *b, int override)
|
dict_merge(PyObject *a, PyObject *b, int override)
|
||||||
{
|
{
|
||||||
PyDictObject *mp, *other;
|
PyDictObject *mp, *other;
|
||||||
|
|
Loading…
Reference in New Issue