]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Tue, 3 May 2022 23:03:06 +0000 (17:03 -0600)
committerGitHub <noreply@github.com>
Tue, 3 May 2022 23:03:06 +0000 (17:03 -0600)
commitf629dcfe835e349433e4c5099381d668e8fe69c8
tree8e33d2ac3c2f55a5404591ce116494a016248639
parent836b17c9c3ea313e400e58a75f52b63f96e498bb
gh-80254: Disallow recursive usage of cursors in `sqlite3` converters (#29054)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_sqlite3/test_regression.py
Misc/NEWS.d/next/Library/2019-06-22-11-01-45.bpo-36073.ED8mB9.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c