diff options
Diffstat (limited to 'psycopg/cursor.h')
-rw-r--r-- | psycopg/cursor.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/psycopg/cursor.h b/psycopg/cursor.h index fe16b56..723bd17 100644 --- a/psycopg/cursor.h +++ b/psycopg/cursor.h @@ -85,8 +85,7 @@ struct cursorObject { /* C-callable functions in cursor_int.c and cursor_ext.c */ -CPYCHECKER_RETURNS_BORROWED_REF -HIDDEN PyObject *curs_get_cast(cursorObject *self, PyObject *oid); +BORROWED HIDDEN PyObject *curs_get_cast(cursorObject *self, PyObject *oid); HIDDEN void curs_reset(cursorObject *self); /* exception-raising macros */ |