[issue30126] CheckTraceCallbackContent of test_sqlite3 fails on OS X Tiger

Aviv Palivoda report at bugs.python.org
Fri Apr 21 10:54:28 EDT 2017


Aviv Palivoda added the comment:

> It's even more strange. The test started to fail since this build, Sun Apr 9 10:10:15 2017:

This was merged on Apr 9 (commit 0e6cb2ea624570ed08c354f1ed1f595dab4192d6).

>From a quick look in the internet some other people had a similar problem:
http://stackoverflow.com/questions/28973887/how-to-fix-sqlite3-libversion-mismatch

It seems there might be mismatch between sqlite3_libversion() and SQLITE_VERSION. I am not familiar with the buildbots but can you run a test that check that sqlite3_libversion() == SQLITE_VERSION?

----------
nosy: +palaviv

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30126>
_______________________________________


More information about the Python-bugs-list mailing list