mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +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
|
|
@ -3836,7 +3836,7 @@ static char posix_strerror__doc__[] =
|
|||
"strerror(code) -> string\n\
|
||||
Translate an error code to a message string.";
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
posix_strerror(PyObject *self, PyObject *args)
|
||||
{
|
||||
int code;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue