]> granicus.if.org Git - python/commit
Forward-port of commit 59184.
authorGerhard Häring <gh@ghaering.de>
Tue, 11 Dec 2007 21:07:40 +0000 (21:07 +0000)
committerGerhard Häring <gh@ghaering.de>
Tue, 11 Dec 2007 21:07:40 +0000 (21:07 +0000)
commit99b9df8e11ad6a80185a3a490759561710646c19
treef45406afbe38934b4c0790886098678a80ae6778
parent7a634e60272abf547d6a0c78f7a054e27773859f
Forward-port of commit 59184.

- Backported a workaround for a bug in SQLite 3.2.x/3.3.x versions where a
  statement recompilation with no bound parameters lead to a segfault
- Backported a fix necessary because of an SQLite API change in version
  3.5.
  This prevents segfaults when executing empty queries, like our test suite
  does
Modules/_sqlite/statement.c
Modules/_sqlite/util.c