Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5063fd commit 836e0a7Copy full SHA for 836e0a7
1 file changed
Include/moduleobject.h
@@ -73,7 +73,9 @@ struct PyModuleDef_Slot {
73
74
#define Py_mod_create 1
75
#define Py_mod_exec 2
76
-#define Py_mod_multiple_interpreters 3
+#if !defined(Py_LIMITED_API) || Py_LIMITED_API+0 >= 0x030c0000
77
+# define Py_mod_multiple_interpreters 3
78
+#endif
79
80
#ifndef Py_LIMITED_API
81
#define _Py_mod_LAST_SLOT 3
0 commit comments