[issue21094] sqlite3 CheckOpcodeCount fails with AssertionError: 5 not greater than 5

2014-03-28 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- resolution: -> duplicate status: open -> closed superseder: -> test_sqlite fails with SQLite 3.8.4 ___ Python tracker ___

[issue21094] sqlite3 CheckOpcodeCount fails with AssertionError: 5 not greater than 5

2014-03-28 Thread Nullpex
New submission from Nullpex: This is the only sqlite3 test that fails: Re-running test 'test_sqlite' in verbose mode test_sqlite: testing with version '2.6.0', sqlite_version '3.8.4.2' CheckAPILevel (sqlite3.test.dbapi.ModuleTests) ... ok CheckDataError (sqlite3.test.dbapi.ModuleTests) ... ok Ch