[issue20955] Unexpected behavior in sqlite3.Connection.set_progress_handler

2014-03-17 Thread Berker Peksag
Changes by Berker Peksag : -- stage: -> committed/rejected status: open -> closed superseder: -> test_sqlite fails with SQLite 3.8.4 ___ Python tracker ___

[issue20955] Unexpected behavior in sqlite3.Connection.set_progress_handler

2014-03-17 Thread cheeleong
cheeleong added the comment: Found out about this is a duplicate http://bugs.python.org/issue20901 -- resolution: -> duplicate ___ Python tracker ___ ___

[issue20955] Unexpected behavior in sqlite3.Connection.set_progress_handler

2014-03-17 Thread cheeleong
New submission from cheeleong: I discovered this bug accidentally when i'm trying to test the Python 3.4 package $ make test I've encountered the unittest assertion error at CheckOpcodeCount with the message, 5 is not greater than 5. at line 144 here http://hg.python.org/cpython/file/04f7147