Merge branch '3.2'

Closes #11689.
This commit is contained in:
Petri Lehtinen 2012-02-17 21:36:52 +02:00
commit aa2c670ee6
2 changed files with 3 additions and 0 deletions

View file

@ -168,6 +168,7 @@ class ProgressTests(unittest.TestCase):
con = sqlite.connect(":memory:")
action = 0
def progress():
nonlocal action
action = 1
return 0
con.set_progress_handler(progress, 1)