commit | ff27d6b747b880508cd03aff139419950567c863 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Sat Mar 13 00:57:22 2010 +0000 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Sat Mar 13 00:57:22 2010 +0000 |
tree | 40bec11a476a641e2804e157d899f5ffa4124f05 | |
parent | 0d85e412b407e89a34c434dae557428bd0b9306b [diff] |
sqlite3: Fix _PyUnicode_AsStringAndSize() error handler. Destroy begin_statement (not statement) on error.