cpython/Lib/sqlite3
Erlend Egeberg Aasland 7d17a7b352
[3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278)
* [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters

(cherry picked from commit c908dc5b47)

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

* Explicitly free resources at test tearDown()
2022-05-05 12:47:58 -07:00
..
test [3.9] gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#92278) 2022-05-05 12:47:58 -07:00
__init__.py Fix typo in the sqlite3 docs (GH-31915) (GH-32158) 2022-03-28 19:40:38 -07:00
dbapi2.py
dump.py