mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
Make more symbols static.
This commit is contained in:
parent
e1f6646d68
commit
111c180674
6 changed files with 13 additions and 13 deletions
|
@ -1546,7 +1546,7 @@ static PyGetSetDef array_getsets [] = {
|
|||
{NULL}
|
||||
};
|
||||
|
||||
PyMethodDef array_methods[] = {
|
||||
static PyMethodDef array_methods[] = {
|
||||
{"append", (PyCFunction)array_append, METH_O,
|
||||
append_doc},
|
||||
{"buffer_info", (PyCFunction)array_buffer_info, METH_NOARGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue