cpython/Lib/sqlite3/test
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
..
__init__.py
backup.py
dbapi.py
dump.py
factory.py
hooks.py [3.10] gh-89301: Fix regression with bound values in traced SQLite statements (#92147) 2022-05-02 10:21:13 -06:00
regression.py [3.10] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92274) 2022-05-05 12:46:21 -07:00
transactions.py
types.py
userfunctions.py [3.10] bpo-43853: Expand test suite for SQLite UDF's (GH-27642) (GH-31030) 2022-02-20 16:13:04 -08:00