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.