You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sqlite3 extension module accidentally got upped as a core module (Py_BUILD_CORE_MODULE) in gh-105927. We'd like to keep most extension modules away from the internal API, so I'm reverting this specific change.