]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111789: Simplify the sqlite code (GH-111829)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Nov 2023 20:49:24 +0000 (22:49 +0200)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 20:49:24 +0000 (20:49 +0000)
commitafac3c9b7eace4a3e503e93bb76eda32d8217ad7
tree7b5a24775041e6667e89180e682d58dd26ff67cf
parent771bd3c94a366547e0c3451a72a430e1132c1ac1
gh-111789: Simplify the sqlite code (GH-111829)

Use new C API functions PyDict_GetItemRef() and
PyMapping_GetOptionalItemString().
Modules/_sqlite/cursor.c
Modules/_sqlite/microprotocols.c