cpython/Lib/sqlite3
Erlend Egeberg Aasland 0bc17658f5
[3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) (GH-27465)
(cherry picked from commit 7e311e496b)

Co-authored-by: Erlend Egeberg Aasland <erlend.aasland@innova.no>
2021-07-29 22:12:55 +01:00
..
test [3.9] bpo-31746: Prevent segfaults when sqlite3.Connection is uninitialised (GH-27431) (GH-27465) 2021-07-29 22:12:55 +01:00
__init__.py
dbapi2.py Issue #10203: sqlite3.Row now truly supports sequence protocol. In particulr 2014-05-28 12:58:34 +03:00
dump.py