mirror of
https://github.com/mariadb-corporation/mariadb-connector-python.git
synced 2025-08-13 15:21:02 +00:00
Fixed windows crash: When parsing s#, the length parameter must be
defined as Py_ssize_t
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user