cpython/Modules/_sqlite
Serhiy Storchaka afac3c9b7e
gh-111789: Simplify the sqlite code (GH-111829)
Use new C API functions PyDict_GetItemRef() and
PyMapping_GetOptionalItemString().
2023-11-10 20:49:24 +00:00
..
clinic gh-111089: Revert PyUnicode_AsUTF8() changes (#111833) 2023-11-07 22:36:13 +00:00
blob.c
blob.h
connection.c Add private _PyUnicode_AsUTF8NoNUL() function (GH-111957) 2023-11-10 21:31:36 +02:00
connection.h
cursor.c gh-111789: Simplify the sqlite code (GH-111829) 2023-11-10 20:49:24 +00:00
cursor.h
microprotocols.c gh-111789: Simplify the sqlite code (GH-111829) 2023-11-10 20:49:24 +00:00
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
statement.c
statement.h
util.c
util.h