mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now.
This commit is contained in:
parent
1f30575713
commit
4a84f58143
4 changed files with 45 additions and 10 deletions
|
@ -42,6 +42,7 @@ typedef struct
|
|||
pysqlite_Statement* statement;
|
||||
int closed;
|
||||
int reset;
|
||||
int locked;
|
||||
int initialized;
|
||||
|
||||
/* the next row to be returned, NULL if no next row available */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue