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 ned.deily, ronaldoussoren, vstinner
Date 2017-04-21.12:33:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492778030.79.0.788067720433.issue30126@psf.upfronthosting.co.za>
In-reply-to
Content
The test is already skipped on SQLite version older than 3.3.9, no idea why the test fails on SQLite version 3.6.11 on OS X Tiger:

@unittest.skipIf(sqlite.sqlite_version_info < (3, 3, 9),
                 "sqlite3_prepare_v2 is not available") 

I proposed the PR https://github.com/python/cpython/pull/1238
History
Date User Action Args
2017-04-21 12:33:50vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily
2017-04-21 12:33:50vstinnersetmessageid: <1492778030.79.0.788067720433.issue30126@psf.upfronthosting.co.za>
2017-04-21 12:33:50vstinnerlinkissue30126 messages
2017-04-21 12:33:50vstinnercreate