commit | ffff7631610c68691a214e5d463f8454b9c2af74 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 02 01:48:10 2013 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 02 01:48:10 2013 +0200 |
tree | f356a2173eccb245bd033541174d890a64fe0f65 | |
parent | 044c516854fa93de4417518bd406498844a2c450 [diff] |
Issue #18519: Fix test_sqlite on old versions of libsqlite3 With old SQLite versions, _sqlite3_result_error() sets a new Python exception, so don't restore the previous exception.