]> granicus.if.org Git - python/commit
sqlite3: Fix _PyUnicode_AsStringAndSize() error handler.
authorVictor Stinner <victor.stinner@haypocalc.com>
Sat, 13 Mar 2010 00:57:22 +0000 (00:57 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sat, 13 Mar 2010 00:57:22 +0000 (00:57 +0000)
commitff27d6b747b880508cd03aff139419950567c863
tree40bec11a476a641e2804e157d899f5ffa4124f05
parent0d85e412b407e89a34c434dae557428bd0b9306b
sqlite3: Fix _PyUnicode_AsStringAndSize() error handler.

Destroy begin_statement (not statement) on error.
Modules/_sqlite/connection.c