mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
bpo-44976: Lazy creation of sqlite3 result rows (GH-27884)
This commit is contained in:
parent
7cba23164c
commit
3df0fc89bc
2 changed files with 29 additions and 58 deletions
|
|
@ -46,9 +46,6 @@ typedef struct
|
|||
int locked;
|
||||
int initialized;
|
||||
|
||||
/* the next row to be returned, NULL if no next row available */
|
||||
PyObject* next_row;
|
||||
|
||||
PyObject* in_weakreflist; /* List of weak references */
|
||||
} pysqlite_Cursor;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue