Kaydet (Commit) de69ee71 authored tarafından doko@ubuntu.com's avatar doko@ubuntu.com

- dictobject.c: Make dict_merge symbol a static symbol

üst 16099977
......@@ -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