There was an error while loading. Please reload this page.
1 parent f6c89bc commit d52fd31Copy full SHA for d52fd31
1 file changed
Lib/sqlite3/test/regression.py
@@ -462,6 +462,8 @@ def setUp(self):
462
def tearDown(self):
463
self.cur.close()
464
self.con.close()
465
+ del self.cur
466
+ del self.con
467
468
def test_recursive_cursor_init(self):
469
conv = lambda x: self.cur.__init__(self.con)
0 commit comments