]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 16 Feb 2022 15:24:44 +0000 (16:24 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Feb 2022 15:24:44 +0000 (00:24 +0900)
commitb2077117d125925210148294eefee28797b7ff4c
tree882ab0be1bbfa306c6f0371220947c5fcc8ca848
parentd64f3caebe8f8e31ecd193e0bd25105400153ece
bpo-46541: Replace _Py_IDENTIFIER with _Py_ID in sqlite3 (GH-31351)
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/microprotocols.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h