]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
authorErlend Egeberg Aasland <erlend.aasland@protonmail.com>
Mon, 2 May 2022 14:14:35 +0000 (08:14 -0600)
committerGitHub <noreply@github.com>
Mon, 2 May 2022 14:14:35 +0000 (08:14 -0600)
commit721aa96540bb96700f8c4bab0b4095b43491dca1
treee57e4f90905ab72a7387273d2adffd27d6356757
parent6811bdef63d4f3af6ff901d324556cf8954575a7
gh-89301: Fix regression with bound values in traced SQLite statements (#92053)
Lib/test/test_sqlite3/test_hooks.py
Misc/NEWS.d/next/Library/2021-09-08-16-21-03.bpo-45138.yghUrK.rst [new file with mode: 0644]
Modules/_sqlite/connection.c