]> granicus.if.org Git - python/commit
Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 23:54:37 +0000 (01:54 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 17 Jul 2013 23:54:37 +0000 (01:54 +0200)
commit4abda5d5b08f5ed09f4c72e7ba9726f89aaf8780
tree709114c2967d225e97c0738047ac7771bc08864b
parentace47d7efd2e2ab708fdc25936e9a8f85e08b6d3
Issue #18408: Fix _pysqlite_fetch_one_row(), in debug mode, don't call
type_call() with an exception set
Modules/_sqlite/cursor.c