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 palaviv
Recipients Arfrever, Dima.Tisnek, Jim.Jewett, Robin.Schreiber, berker.peksag, feuermurmel, ghaering, larry, palaviv, petri.lehtinen, pitrou, vstinner
Date 2016-04-30.10:35:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462012510.24.0.0214058276341.issue9303@psf.upfronthosting.co.za>
In-reply-to
Content
I made a new patch to fix this issue. I left a fallback to the old API as Jim suggested. In addition to the changes in Robin`s patch I changed sqlite3_close to sqlite3_close_v2 if available.

This solves issue 26187 as well.
History
Date User Action Args
2016-04-30 10:35:10palavivsetrecipients: + palaviv, ghaering, pitrou, vstinner, larry, Arfrever, feuermurmel, petri.lehtinen, berker.peksag, Dima.Tisnek, Jim.Jewett, Robin.Schreiber
2016-04-30 10:35:10palavivsetmessageid: <1462012510.24.0.0214058276341.issue9303@psf.upfronthosting.co.za>
2016-04-30 10:35:10palavivlinkissue9303 messages
2016-04-30 10:35:10palavivcreate