Commit 5df0ed9a authored by doko's avatar doko

- dictobject.c: Make dict_merge symbol a static symbol

parent 8b531f97
......@@ -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;
......
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