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

Robin Schreiber report at bugs.python.org
Thu Apr 12 23:04:13 CEST 2012


Robin Schreiber <robin.schreiber at me.com> added the comment:

Apparently this issue has not been dealt with for quite some time now. As a prospective GSoC student, I still need to submit a patch to pass final screening and I thought, that the needed patch here would be quite suitable for a beginner. I plan to submit a patch, which simply replaces the deprecated method calls with the new ones. 
Maybe we can also remove some parts of the module code, because of the new semantics of prepare_v2(), however I would first like to hear Gerhards opinion on that :-)

----------
nosy: +Robin.Schreiber

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


More information about the Python-bugs-list mailing list