diff options
Diffstat (limited to 'contrib/tools/python3/Modules/_sqlite/connection.h')
| -rw-r--r-- | contrib/tools/python3/Modules/_sqlite/connection.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/tools/python3/Modules/_sqlite/connection.h b/contrib/tools/python3/Modules/_sqlite/connection.h index 1df92065a58..703396a0c8d 100644 --- a/contrib/tools/python3/Modules/_sqlite/connection.h +++ b/contrib/tools/python3/Modules/_sqlite/connection.h @@ -23,7 +23,6 @@ #ifndef PYSQLITE_CONNECTION_H #define PYSQLITE_CONNECTION_H -#define PY_SSIZE_T_CLEAN #include "Python.h" #include "pythread.h" #include "structmember.h" @@ -37,6 +36,7 @@ typedef struct _callback_context PyObject *callable; PyObject *module; pysqlite_state *state; + Py_ssize_t refcount; } callback_context; enum autocommit_mode { |
