mirror of
https://github.com/python/cpython.git
synced 2025-01-27 11:33:55 +08:00
Make private function static
This commit is contained in:
parent
75a3204095
commit
d85c452604
@ -654,7 +654,7 @@ r_object(RFILE *p)
|
||||
}
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
read_object(RFILE *p)
|
||||
{
|
||||
PyObject *v;
|
||||
|
Loading…
Reference in New Issue
Block a user