- dictobject.c: Make dict_merge symbol a static symbol

This commit is contained in:
doko@ubuntu.com 2016-10-11 08:04:02 +02:00
parent 8d794d66bd
commit c96df68ea3
1 changed files with 1 additions and 1 deletions

View File

@ -2372,7 +2372,7 @@ Return:
return Py_SAFE_DOWNCAST(i, Py_ssize_t, int);
}
int
static int
dict_merge(PyObject *a, PyObject *b, int override)
{
PyDictObject *mp, *other;