mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Make one more private symbol static.
This commit is contained in:
parent
f68d8e52e7
commit
6b356e70b5
1 changed files with 1 additions and 1 deletions
|
|
@ -273,7 +273,7 @@ map_to_dict(PyObject *map, int nmap, PyObject *dict, PyObject **values,
|
|||
}
|
||||
}
|
||||
|
||||
void
|
||||
static void
|
||||
dict_to_map(PyObject *map, int nmap, PyObject *dict, PyObject **values,
|
||||
int deref, int clear)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue