summaryrefslogtreecommitdiffstats
path: root/Modules/_testimportmultiple.c
diff options
context:
space:
mode:
Diffstat (limited to 'Modules/_testimportmultiple.c')
-rw-r--r--Modules/_testimportmultiple.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testimportmultiple.c b/Modules/_testimportmultiple.c
index 01c519b..a13024d 100644
--- a/Modules/_testimportmultiple.c
+++ b/Modules/_testimportmultiple.c
@@ -4,7 +4,7 @@
* foo, bar), only the first one is called the same as the compiled file.
*/
-#define Py_LIMITED_API 0x030d0000
+#define Py_LIMITED_API 0x03020000
#include <Python.h>