Skip to content

Commit 1d98f4f

Browse files
committed
Define more Cython macros
1 parent 56fd4e4 commit 1d98f4f

File tree

1 file changed

+2
-0
lines changed
  • graalpython/com.oracle.graal.python.cext/include

1 file changed

+2
-0
lines changed

graalpython/com.oracle.graal.python.cext/include/Python.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@
5555
* supporting this in many cases, it still involves overhead. */
5656
#define CYTHON_USE_TYPE_SLOTS 0
5757
#define CYTHON_USE_PYTYPE_LOOKUP 0
58+
#define CYTHON_UNPACK_METHODS 0
59+
#define CYTHON_FAST_PYCALL 0
5860
#define CYTHON_FAST_PYCCALL 0
5961
#define CYTHON_USE_DICT_VERSIONS 0
6062
#define CYTHON_AVOID_BORROWED_REFS 1

0 commit comments

Comments
 (0)