mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
- dictobject.c: Make dict_merge symbol a static symbol
This commit is contained in:
parent
1609997796
commit
de69ee71e2
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue