-
- Downloads
[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 f629dcfe) 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
Showing
- Lib/sqlite3/test/regression.py 41 additions, 1 deletionLib/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
Please register or sign in to comment