add _sqlite3 module (#11174)

This aligns with the implementation while giving greater fidelity
to runtime naming and inheritance

Related to https://github.com/python/typeshed/issues/3968 and https://github.com/python/typeshed/issues/11141
This commit is contained in:
Stephen Morton
2024-10-04 17:28:26 -07:00
committed by GitHub
parent 99095f5437
commit 39650b43b5
8 changed files with 1011 additions and 541 deletions

View File

@@ -146,6 +146,7 @@ extra-standard-library = [
"_random",
"_sitebuiltins",
"_socket",
"_sqlite3",
"_ssl",
"_stat",
"_thread",