diff options
Diffstat (limited to 'Modules/_sqlite/microprotocols.h')
-rw-r--r-- | Modules/_sqlite/microprotocols.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_sqlite/microprotocols.h b/Modules/_sqlite/microprotocols.h index 99ff6f6..5418c2b 100644 --- a/Modules/_sqlite/microprotocols.h +++ b/Modules/_sqlite/microprotocols.h @@ -26,6 +26,7 @@ #ifndef PSYCOPG_MICROPROTOCOLS_H #define PSYCOPG_MICROPROTOCOLS_H 1 +#define PY_SSIZE_T_CLEAN #include <Python.h> /** the names of the three mandatory methods **/ |