summaryrefslogtreecommitdiff
path: root/Cython/Utility/ModuleSetupCode.c
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2017-07-13 08:09:50 +0200
committerStefan Behnel <stefan_ml@behnel.de>2017-07-13 08:09:50 +0200
commitc25217951944f1637b57e286d77dd6d6e7834f4c (patch)
tree08bea85f7daa9783ded3cdd951cb36cf7eb9f19e /Cython/Utility/ModuleSetupCode.c
parent918729c37bed910db0b9fa3efffbbd97a20d6e84 (diff)
downloadcython-c25217951944f1637b57e286d77dd6d6e7834f4c.tar.gz
add link to CPython issue in comment for future reference
Diffstat (limited to 'Cython/Utility/ModuleSetupCode.c')
-rw-r--r--Cython/Utility/ModuleSetupCode.c2
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