mirror of
https://github.com/python/cpython.git
synced 2026-05-17 09:58:25 -04:00
6e055d78e1
string. Initialize all attributes to be able to call the statement destructor
on error.
Avoid also a duplicate connection in some tests: setUp() does already open a
connection (":memory:").