mirror of
https://github.com/python/cpython.git
synced 2025-07-19 09:15:34 +00:00
Make private function static
This commit is contained in:
parent
75a3204095
commit
d85c452604
1 changed files with 1 additions and 1 deletions
|
@ -654,7 +654,7 @@ r_object(RFILE *p)
|
|||
}
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
read_object(RFILE *p)
|
||||
{
|
||||
PyObject *v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue