2018年9月13日(木) 18:22 Jeroen Demeyer <J.Demeyer@ugent.be>:
On 2018-09-13 02:26, Petr Viktorin wrote:

> PyCCall_FASTCALL is not a macro, shouldn't it be named PyCCall_FastCall?

What's the convention for that anyway? I assumed that capital letters
meant a "really know what you are doing" function which could segfault
if used badly.

For me, whether something is a function or macro is just an
implementation detail (which can change between Python versions) which
should not affect the naming.

https://www.python.org/dev/peps/pep-0007/#naming-conventions

All capital name is used for macros.