cpython/Modules/_sqlite
Victor Stinner 2e92edbf6d
gh-106320: Remove private _PyImport C API functions (#106383)
* Remove private _PyImport C API functions: move them to the internal
  C API (pycore_import.h).
* No longer export most of these private functions.
* _testcapi avoids private _PyImport_GetModuleAttrString().
2023-07-03 23:02:07 +00:00
..
clinic
blob.c
blob.h
connection.c gh-106320: Remove private _PyImport C API functions (#106383) 2023-07-03 23:02:07 +00:00
connection.h
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c gh-106320: Remove private _PyImport C API functions (#106383) 2023-07-03 23:02:07 +00:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c
statement.h
util.c
util.h