Currently, the Python C API defines 472 macros with a name which doesn't start with Py, PY, _Py or _PY prefix.
I propose adding a check to prevent adding new macros which doesn't respect this convention. Existing invalid names will be added to an ignore list for now.
Linked PRs
Currently, the Python C API defines 472 macros with a name which doesn't start with
Py,PY,_Pyor_PYprefix.I propose adding a check to prevent adding new macros which doesn't respect this convention. Existing invalid names will be added to an ignore list for now.
Linked PRs