Skip to content

Commit 6664c61

Browse files
committed
Report a decent PYPY_VERSION_NUM to avoid incompatiblities.
1 parent ee0c5a5 commit 6664c61

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define HAVE_SYS_WAIT_H
4949

5050
#define PYPY_VERSION 0
51-
#define PYPY_VERSION_NUM 0
51+
#define PYPY_VERSION_NUM 0x07030000
5252

5353
#include <stdio.h>
5454
#include <string.h>

0 commit comments

Comments
 (0)