[issue9303] Migrate sqlite3 module to _v2 API to enhance performance

Aviv Palivoda report at bugs.python.org
Sat Apr 30 06:35:10 EDT 2016


Aviv Palivoda added the comment:

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.

----------
nosy: +palaviv
Added file: http://bugs.python.org/file42663/9303.patch

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


More information about the Python-bugs-list mailing list