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 56fd4e4 commit 1d98f4fCopy full SHA for 1d98f4f
graalpython/com.oracle.graal.python.cext/include/Python.h
@@ -55,6 +55,8 @@
55
* supporting this in many cases, it still involves overhead. */
56
#define CYTHON_USE_TYPE_SLOTS 0
57
#define CYTHON_USE_PYTYPE_LOOKUP 0
58
+#define CYTHON_UNPACK_METHODS 0
59
+#define CYTHON_FAST_PYCALL 0
60
#define CYTHON_FAST_PYCCALL 0
61
#define CYTHON_USE_DICT_VERSIONS 0
62
#define CYTHON_AVOID_BORROWED_REFS 1
0 commit comments