diff --git a/src/bencode_c/common.h b/src/bencode_c/common.h index 0080e46..bc3c644 100644 --- a/src/bencode_c/common.h +++ b/src/bencode_c/common.h @@ -1,3 +1,5 @@ +#define Py_LIMITED_API 0x03080000 + #ifndef MY_COMMON_H #define HPy_ssize_t Py_ssize_t