Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6b356e7

Browse files
committed
Make one more private symbol static.
1 parent f68d8e5 commit 6b356e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Objects/frameobject.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ map_to_dict(PyObject *map, int nmap, PyObject *dict, PyObject **values,
273273
}
274274
}
275275

276-
void
276+
static void
277277
dict_to_map(PyObject *map, int nmap, PyObject *dict, PyObject **values,
278278
int deref, int clear)
279279
{

0 commit comments

Comments
 (0)