summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_cmd_line_script.py
diff options
context:
space:
mode:
Diffstat (limited to 'Lib/test/test_cmd_line_script.py')
0 files changed, 0 insertions, 0 deletions
tinner@gmail.com>2013-08-01 23:48:10 (GMT) committerVictor Stinner <victor.stinner@gmail.com>2013-08-01 23:48:10 (GMT) commitffff7631610c68691a214e5d463f8454b9c2af74 (patch) treef356a2173eccb245bd033541174d890a64fe0f65 /Modules/_sqlite parent044c516854fa93de4417518bd406498844a2c450 (diff)downloadcpython-ffff7631610c68691a214e5d463f8454b9c2af74.zip
cpython-ffff7631610c68691a214e5d463f8454b9c2af74.tar.gz
cpython-ffff7631610c68691a214e5d463f8454b9c2af74.tar.bz2
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.