cpython/Lib/sqlite3
Serhiy Storchaka 80cb186b49 Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked
cursor type.
2015-05-22 11:00:40 +03:00
..
test Issue #24257: Fixed segmentation fault in sqlite3.Row constructor with faked 2015-05-22 11:00:40 +03:00
__init__.py
dbapi2.py Issue #10203: sqlite3.Row now truly supports sequence protocol. In particular 2014-05-28 12:57:38 +03:00
dump.py