Commit de69ee71 authored by doko@ubuntu.com's avatar doko@ubuntu.com

- dictobject.c: Make dict_merge symbol a static symbol

parent 16099977
...@@ -2372,7 +2372,7 @@ Return: ...@@ -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;
......
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