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 benjamin.peterson
Recipients benjamin.peterson
Date 2017-09-20.01:47:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505872064.75.0.0943053140419.issue31525@psf.upfronthosting.co.za>
In-reply-to
Content
sqlite has had the sqlite3_prepare_v2 API for more than 10 years now. The sqlite module should switch to using it, which will let us delete some code for automatically recompiling statements.
History
Date User Action Args
2017-09-20 01:47:44benjamin.petersonsetrecipients: + benjamin.peterson
2017-09-20 01:47:44benjamin.petersonsetmessageid: <1505872064.75.0.0943053140419.issue31525@psf.upfronthosting.co.za>
2017-09-20 01:47:44benjamin.petersonlinkissue31525 messages
2017-09-20 01:47:44benjamin.petersoncreate