Imported Upstream version 4.14.1
[platform/upstream/rpm.git] / python / rpmsystem-py.h
index 58ac1ba..c8423e3 100644 (file)
@@ -5,6 +5,7 @@
 #include <sys/types.h>
 #endif
 
+#define PY_SSIZE_T_CLEAN
 #include <Python.h>
 #include <structmember.h>
 
@@ -48,6 +49,7 @@ typedef Py_ssize_t (*lenfunc)(PyObject *);
 #define PyInt_FromLong PyLong_FromLong
 #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask
 #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask
+#define PyInt_AsSsize_t PyLong_AsSsize_t
 #endif
 
 #endif /* H_SYSTEM_PYTHON */