mirror of https://github.com/python/cpython
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)
|
read_object(RFILE *p)
|
||||||
{
|
{
|
||||||
PyObject *v;
|
PyObject *v;
|
||||||
|
|
Loading…
Reference in New Issue