]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Sat, 31 Oct 2020 06:07:44 +0000 (07:07 +0100)
committerGitHub <noreply@github.com>
Sat, 31 Oct 2020 06:07:44 +0000 (15:07 +0900)
commit7d210271579ae31f43b32f73c2aff5bc4fe0d27f
tree727edda1e818af091d2ce0aa4be7479b72ef56f9
parentbcbf758476c1148993ddf4b54d3f6169b973ee1c
bpo-40956: Convert _sqlite3 module level functions to Argument Clinic (GH-22484)
Modules/_sqlite/clinic/module.c.h [new file with mode: 0644]
Modules/_sqlite/microprotocols.c
Modules/_sqlite/microprotocols.h
Modules/_sqlite/module.c