mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Rename new macros to conform to naming rules (function macros have "Py" prefix, not "PY").
This commit is contained in:
parent
5ce1b0dbc0
commit
4cb0de246c
5 changed files with 20 additions and 20 deletions
|
@ -2810,7 +2810,7 @@ PyMODINIT_FUNC
|
|||
PyInit_array(void)
|
||||
{
|
||||
PyObject *m;
|
||||
char buffer[PY_ARRAY_LENGTH(descriptors)], *p;
|
||||
char buffer[Py_ARRAY_LENGTH(descriptors)], *p;
|
||||
PyObject *typecodes;
|
||||
Py_ssize_t size = 0;
|
||||
struct arraydescr *descr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue