]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Wed, 27 Oct 2021 11:12:21 +0000 (13:12 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 11:12:21 +0000 (13:12 +0200)
commit8f24b7dbcbd83311dad510863d8cb41f0e91b464
tree036b2a0f04c7c1b9009ea4bb0d904cde920bd84c
parent82a662e5216a9b3969054c540a759a9493468510
bpo-42064: Convert `sqlite3` global state to module state (GH-29073)
Modules/_sqlite/clinic/cursor.c.h
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/microprotocols.c
Modules/_sqlite/microprotocols.h
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/row.c