cpython/Modules/_sqlite
Georg Brandl d3eaa745a9 #5615: make it possible to configure --without-threads again. 2009-04-05 11:07:14 +00:00
..
cache.c
cache.h
connection.c #5615: make it possible to configure --without-threads again. 2009-04-05 11:07:14 +00:00
connection.h
cursor.c Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. 2008-09-12 22:33:22 +00:00
cursor.h
microprotocols.c
microprotocols.h
module.c #5615: make it possible to configure --without-threads again. 2009-04-05 11:07:14 +00:00
module.h
prepare_protocol.c
prepare_protocol.h
row.c
row.h
sqlitecompat.h
statement.c Issue #3846: Release GIL during calls to sqlite3_prepare. This improves concurrent access to the same database file from multiple threads/processes. 2008-09-12 22:33:22 +00:00
statement.h
util.c
util.h