cpython/Modules/_sqlite
Serhiy Storchaka 763a61ca95 Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF
in places where Py_DECREF was used.
2016-04-10 18:05:12 +03:00
..
cache.c
cache.h
connection.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:05:12 +03:00
connection.h
cursor.c Issue #26200: Added Py_SETREF and replaced Py_XSETREF with Py_SETREF 2016-04-10 18:05:12 +03:00
cursor.h Issue #10811: Fix recursive usage of cursors. Instead of crashing, raise a ProgrammingError now. 2012-02-06 22:04:00 +02:00
microprotocols.c
microprotocols.h
module.c
module.h
prepare_protocol.c
prepare_protocol.h
row.c Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked 2015-05-22 11:00:40 +03:00
row.h
sqlitecompat.h
statement.c Issue #21147: sqlite3 now raises an exception if the request contains a null 2014-09-11 13:27:19 +03:00
statement.h
util.c Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 2013-04-28 14:09:47 +03:00
util.h Issue #17857: Prevent build failures with pre-3.5.0 versions of sqlite3, 2013-04-28 14:09:47 +03:00