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 29b58c6 commit 9025222Copy full SHA for 9025222
src/mod.c
@@ -10,7 +10,7 @@ static inline PyObject* Py_NewRef(PyObject* ob) {
10
#if PY_MAJOR_VERSION != 3
11
#error "Python 3 is needed to build"
12
#endif
13
-#if PY_MINOR_VERSION == 11
+#if PY_MINOR_VERSION >= 11
14
#define GET_CODE(frame) PyFrame_GetCode(frame);
15
#define GET_LOCALS(frame) PyFrame_GetLocals(frame);
16
#else
0 commit comments