bpo-42064: Finalise establishing sqlite3 global state by erlend-aasland · Pull Request #27155 · python/cpython

With this PR, 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.

Next step: optimise state access (consider passing state as argument, adding defining_class to AC methods, etc.)