Skip to content

Commit df06a05

Browse files
committed
HACK: define WITH_THREAD for now to compile cython extensions in scikit-learn
1 parent ca6cfa1 commit df06a05

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/pyconfig.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,7 @@
5252

5353
#define HAVE_WCHAR_H 1
5454

55+
#define WITH_THREAD 1
56+
5557
#endif /*Py_PYCONFIG_H*/
5658

0 commit comments

Comments
 (0)