mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Make some private functions static (thanks make smelly)
This commit is contained in:
parent
118ebe19db
commit
69f7114fc2
2 changed files with 3 additions and 2 deletions
|
|
@ -3117,6 +3117,7 @@ free_string_array(char **array, Py_ssize_t count)
|
|||
PyMem_DEL(array);
|
||||
}
|
||||
|
||||
static
|
||||
int fsconvert_strdup(PyObject *o, char**out)
|
||||
{
|
||||
PyObject *bytes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue