summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2021-04-15 23:34:13 +0200
committerStefan Behnel <stefan_ml@behnel.de>2021-04-15 23:34:13 +0200
commitdd5558b65f8b19d6e5b789ad2c0ded6b9d5664d9 (patch)
treec671f57d5bdfe8f8e7a4988d43d67ee0bf136295
parent1f087a63463ffca38d174c5fad349606cdad2a1e (diff)
downloadcython-dd5558b65f8b19d6e5b789ad2c0ded6b9d5664d9.tar.gz
Add a missing "#undef" for the limited API target.
-rw-r--r--Cython/Utility/ModuleSetupCode.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cython/Utility/ModuleSetupCode.c b/Cython/Utility/ModuleSetupCode.c
index 2354c00a8..3929bc64b 100644
--- a/Cython/Utility/ModuleSetupCode.c
+++ b/Cython/Utility/ModuleSetupCode.c
@@ -163,8 +163,9 @@
#define CYTHON_USE_TYPE_SLOTS 0
#undef CYTHON_USE_PYTYPE_LOOKUP
#define CYTHON_USE_PYTYPE_LOOKUP 0
- #undef CYTHON_USE_PYLIST_INTERNALS
+ #undef CYTHON_USE_ASYNC_SLOTS
#define CYTHON_USE_ASYNC_SLOTS 0
+ #undef CYTHON_USE_PYLIST_INTERNALS
#define CYTHON_USE_PYLIST_INTERNALS 0
#undef CYTHON_USE_UNICODE_INTERNALS
#define CYTHON_USE_UNICODE_INTERNALS 0