mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-11 02:43:15 +00:00
[misc] Adding PY_SSIZE_T_CLEAN to handle python 3.8 parsing int deprecation
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user