This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients db3l, ned.deily, palaviv, ronaldoussoren, vstinner
Date 2017-04-21.15:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492788846.07.0.176963313213.issue30126@psf.upfronthosting.co.za>
In-reply-to
Content
> 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?

The Python sqlite3 exports sqlite3_libversion() as sqlite3.sqlite_version, "3.6.11" on OS X Tiger.

The doc https://sqlite.org/c3ref/libversion.html says "These interfaces [sqlite3_libversion()] provide the same information as the SQLITE_VERSION, ..."

I don't know how to check, I don't have access to the buildbot.
History
Date User Action Args
2017-04-21 15:34:06vstinnersetrecipients: + vstinner, db3l, ronaldoussoren, ned.deily, palaviv
2017-04-21 15:34:06vstinnersetmessageid: <1492788846.07.0.176963313213.issue30126@psf.upfronthosting.co.za>
2017-04-21 15:34:06vstinnerlinkissue30126 messages
2017-04-21 15:34:06vstinnercreate