diff options
Diffstat (limited to 'psycopg/python.h')
-rw-r--r-- | psycopg/python.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/psycopg/python.h b/psycopg/python.h index f4256d8..27d4bb4 100644 --- a/psycopg/python.h +++ b/psycopg/python.h @@ -26,8 +26,6 @@ #ifndef PSYCOPG_PYTHON_H #define PSYCOPG_PYTHON_H 1 -#define PY_SSIZE_T_CLEAN -#include <Python.h> #include <structmember.h> #if PY_VERSION_HEX < 0x02040000 |