(original) (raw)
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.
All capital name is used for macros.