cpython/Modules/_sqlite
Serhiy Storchaka 3dd3e26680 Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer()
and PyObject_AsWriteBuffer().
2015-02-03 01:25:42 +02:00
..
cache.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 2013-08-17 00:48:02 +03:00
cache.h
connection.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 2015-02-03 01:21:08 +02:00
connection.h
cursor.c Issue #22218: Fix "comparison between signed and unsigned integers" warning in 2014-08-17 21:09:30 +02:00
cursor.h
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c Issue #18701: Remove support of old CPython versions (<3.0) from C code. 2013-08-17 00:48:02 +03:00
prepare_protocol.h
row.c Issue #21975: Fixed crash when using uninitialized sqlite3.Row (in particular 2014-08-06 17:50:39 +03:00
row.h
statement.c Issue #22896: Avoid to use PyObject_AsCharBuffer(), PyObject_AsReadBuffer() 2015-02-03 01:21:08 +02:00
statement.h
util.c
util.h