cpython/Modules/_sqlite
Victor Stinner 37e4e20eaa
gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122)
PyUnicode_AsUTF8() now raises an exception if the string contains
embedded null characters.
2023-10-20 20:04:27 +02:00
..
clinic gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
blob.c
blob.h
connection.c gh-111089: Use PyUnicode_AsUTF8() in sqlite3 (#111122) 2023-10-20 20:04:27 +02:00
connection.h
cursor.c
cursor.h
microprotocols.c
microprotocols.h
module.c gh-108494: Argument Clinic: fix support of Limited C API (GH-108536) 2023-08-28 16:04:27 +03:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c gh-110964: Remove private _PyArg functions (#110966) 2023-10-17 14:30:31 +02:00
row.h
statement.c
statement.h
util.c
util.h