]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 22 Apr 2024 06:58:41 +0000 (08:58 +0200)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 06:58:41 +0000 (06:58 +0000)
commit9ddaf75a4c750bce0602f2274c645cffdd916274
tree6c1f4d820e8846090539866619edd8fa98c70d12
parent6d87cb494ba27ef5c2a4a59240a7ed792bb0bcce
[3.12] gh-117995: Don't raise DeprecationWarnings for indexed nameless params (GH-118001) (#118142)

Filter out '?NNN' placeholders when looking for named params.

(cherry picked from commit 550483b7e6c54b2a25d4db0c4ca41bd9c1132f93)

Co-authored-by: Erlend E. Aasland <erlend@python.org>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Lib/test/test_sqlite3/test_dbapi.py
Misc/NEWS.d/next/Library/2024-04-17-19-41-59.gh-issue-117995.Vt76Rv.rst [new file with mode: 0644]
Modules/_sqlite/cursor.c