There was an error while loading. Please reload this page.
1 parent fc07267 commit 88b09dcCopy full SHA for 88b09dc
1 file changed
Lib/sqlite3/test/regression.py
@@ -431,6 +431,8 @@ def setUp(self):
431
def tearDown(self):
432
self.cur.close()
433
self.con.close()
434
+ del self.cur
435
+ del self.con
436
437
def test_recursive_cursor_init(self):
438
conv = lambda x: self.cur.__init__(self.con)
0 commit comments