diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2013-07-21 13:05:38 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2013-07-21 13:05:38 +0200 |
commit | 881602c8098f748a82beb0c566fa64b42a26b547 (patch) | |
tree | 1558471c609cab4ffff40e30f609c3b67aa708cb /Python/pythonrun.c | |
parent | 76b89bcc9984a558d7adf03a7cad729b399e1f97 (diff) | |
download | cpython-881602c8098f748a82beb0c566fa64b42a26b547.tar.gz |
Issue #18519, #18408: Fix sqlite authorizer callback
If a previous call to the authorizer callback failed and raised an exception,
don't call the Python authorizer callback, but just return SQLITE_DENY.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions