cpython/Modules/_sqlite
Erlend Egeberg Aasland 2a2421e538
[3.10] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92274)
* [3.10] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)

(cherry picked from commit f629dcfe83)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>

* Fix ref leak in pysqlite_cursor_iternext
2022-05-05 12:46:21 -07:00
..
clinic [3.10] sqlite3: normalise pre-acronym determiners (GH-31772) (GH-31806) 2022-03-11 17:10:55 -08:00
cache.c
cache.h
connection.c [3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147) 2022-05-02 10:21:13 -06:00
connection.h
cursor.c [3.10] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92274) 2022-05-05 12:46:21 -07:00
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c
statement.h
util.c
util.h