]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92333)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Mon, 16 May 2022 15:39:17 +0000 (17:39 +0200)
committerGitHub <noreply@github.com>
Mon, 16 May 2022 15:39:17 +0000 (17:39 +0200)
commit69cf0203ab47692efbc261c028e15e0d7a245c57
tree77bee6f7687052409e13b72d19429c5a639eb02c
parent7ccdec3d1d837b910cd4fc5525ecde71a1326202
[3.8] gh-80254: Disallow recursive usage of cursors in sqlite3 converters (#92333)

(cherry picked from commit c908dc5b4798c311981bd7e1f7d92fb623ee448b)

Co-authored-by: Sergey Fedoseev <fedoseev.sergey@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/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