diff options
Diffstat (limited to 'Cython/Utility/ModuleSetupCode.c')
-rw-r--r-- | Cython/Utility/ModuleSetupCode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Cython/Utility/ModuleSetupCode.c b/Cython/Utility/ModuleSetupCode.c index 188519311..216c94e27 100644 --- a/Cython/Utility/ModuleSetupCode.c +++ b/Cython/Utility/ModuleSetupCode.c @@ -197,7 +197,7 @@ #endif #if PY_VERSION_HEX < 0x030700A0 || !defined(METH_FASTCALL) - // new in CPython 3.6, but changed in 3.7 + // new in CPython 3.6, but changed in 3.7 - see https://bugs.python.org/issue29464 #ifndef METH_FASTCALL #define METH_FASTCALL 0x80 #endif |