mirror of
https://github.com/python/cpython.git
synced 2026-08-16 02:11:06 +08:00
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