mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
Make some private symbols static.
This commit is contained in:
parent
f85af612f8
commit
f68d8e52e7
5 changed files with 8 additions and 7 deletions
|
@ -251,7 +251,7 @@ PyFrame_BlockPop(PyFrameObject *f)
|
|||
|
||||
/* Convert between "fast" version of locals and dictionary version */
|
||||
|
||||
void
|
||||
static void
|
||||
map_to_dict(PyObject *map, int nmap, PyObject *dict, PyObject **values,
|
||||
int deref)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue