]> granicus.if.org Git - python/commit
Issue #18519: Fix test_sqlite on old versions of libsqlite3
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Aug 2013 23:48:10 +0000 (01:48 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Aug 2013 23:48:10 +0000 (01:48 +0200)
commitffff7631610c68691a214e5d463f8454b9c2af74
treef356a2173eccb245bd033541174d890a64fe0f65
parent044c516854fa93de4417518bd406498844a2c450
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.
Modules/_sqlite/connection.c