[misc] Adding PY_SSIZE_T_CLEAN to handle python 3.8 parsing int deprecation

This commit is contained in:
rusher
2019-11-06 15:16:29 +01:00
parent 11976139d4
commit 88a27a10d7

View File

@ -16,6 +16,7 @@
or write to the Free Software Foundation, Inc.,
51 Franklin St., Fifth Floor, Boston, MA 02110, USA
*************************************************************************************/
#define PY_SSIZE_T_CLEAN
#include "Python.h"
#include "bytesobject.h"
#include "structmember.h"