Skip to content

Commit 84e1f12

Browse files
committed
define PYPY_VERSION_NUM so we get the hacks in sklearn for PyPy
1 parent c8713c1 commit 84e1f12

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
#define HAVE_SYS_WAIT_H
4747

4848
#define PYPY_VERSION 0
49+
#define PYPY_VERSION_NUM 0
4950

5051
#include <truffle.h>
5152
#include <polyglot.h>

0 commit comments

Comments
 (0)