New submission from Erlend E. Aasland <erlend.aasl...@innova.no>:
Currently, it is possible to clear both the sqlite3 trace callback and progress handler by passing 'None' as the callback/handler, however it is not possible to clear the authoriser callback. Suggesting to allow clearing the authoriser callback with set_authorizer(None). See also https://sqlite.org/c3ref/set_authorizer.html ---------- assignee: erlendaasland components: Extension Modules messages: 396374 nosy: erlendaasland priority: low severity: normal status: open title: [sqlite3] allow clearing the authoriser callback type: enhancement versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue44491> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com