Fixed windows crash: When parsing s#, the length parameter must be

defined as Py_ssize_t
This commit is contained in:
Georg Richter
2019-11-27 09:26:28 +01:00
parent 086f3cc0f0
commit 5163e1900d
4 changed files with 5 additions and 4 deletions

View File

@ -22,6 +22,7 @@
#include "structmember.h"
#include "structseq.h"
#include <stdarg.h>
#include <stdint.h>
#include <mysql.h>
#include <errmsg.h>
#include <mysqld_error.h>