We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8a84b commit 4fc4defCopy full SHA for 4fc4def
Lib/sqlite3/test/hooks.py
@@ -177,9 +177,7 @@ def CheckCancelOperation(self):
177
Test that returning a non-zero value stops the operation in progress.
178
"""
179
con = sqlite.connect(":memory:")
180
- progress_calls = []
181
def progress():
182
- progress_calls.append(None)
183
return 1
184
con.set_progress_handler(progress, 1)
185
curs = con.cursor()
0 commit comments