]> granicus.if.org Git - python/commit
Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 20:23:33 +0000 (22:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 26 Jul 2013 20:23:33 +0000 (22:23 +0200)
commitd4095d95f87010751ebc0b656a87f422ce5480ad
tree5c14003b0b03b91f1497fefbab5f5bbd3fe7c1ec
parent8cda5e60932b5808e6f6af4cfdc1428f1c915555
Issue #18519: the Python authorizer callback of sqlite3 must not raise Python exceptions

The exception is printed if sqlite3.enable_callback_tracebacks(True) has been
called, otherwise the exception is cleared.
Modules/_sqlite/connection.c