-
- Downloads
[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 c908dc5b4798c311981bd7e1f7d92fb623ee448b) 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()
Showing
- Lib/sqlite3/test/regression.py 43 additions, 0 deletionsLib/sqlite3/test/regression.py
- Misc/NEWS.d/next/Library/2019-06-22-11-01-45.bpo-36073.ED8mB9.rst 2 additions, 0 deletions...S.d/next/Library/2019-06-22-11-01-45.bpo-36073.ED8mB9.rst
- Modules/_sqlite/cursor.c 32 additions, 14 deletionsModules/_sqlite/cursor.c
Loading
Please register or sign in to comment