]> granicus.if.org Git - python/commit
Issue #18488: _pysqlite_final_callback() should not clear the exception set by
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 23:42:04 +0000 (01:42 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 23:42:04 +0000 (01:42 +0200)
commite9af4cfaced93ea9ec37bb448dd57b8c2014bdaf
tree52658e625c7831c1f3597b7e8db71b6381c7c169
parentf97dfd7b59c6472dc209f85c8f0a479dd6649859
Issue #18488: _pysqlite_final_callback() should not clear the exception set by
the last call to the step() method of a user function
Modules/_sqlite/connection.c