mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
- dictobject.c: Make dict_merge symbol a static symbol
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user