]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42064: Finalise establishing sqlite3 global state (GH-27155)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Tue, 20 Jul 2021 10:59:18 +0000 (12:59 +0200)
committerGitHub <noreply@github.com>
Tue, 20 Jul 2021 10:59:18 +0000 (12:59 +0200)
commit4c0deb25ac899fbe4da626ce3cb21f204cdd3aa9
tree4f2aa2801e9981d143d1f9a5dd543f2ea8579859
parent366fcbac18e3adc41e3901580dbedb6a91e41a10
bpo-42064: Finalise establishing sqlite3 global state (GH-27155)

With this, all sqlite3 static globals have been moved to the global state.
There are a couple of global static strings left, but there should be no need for adding them to the state.

https://bugs.python.org/issue42064
Modules/_sqlite/connection.c
Modules/_sqlite/cursor.c
Modules/_sqlite/microprotocols.c
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/statement.c