[issue43762] Add audit events for loading of sqlite3 extensions

Steve Dower report at bugs.python.org
Mon Apr 26 11:21:37 EDT 2021


Steve Dower <steve.dower at python.org> added the comment:

Yeah, along those lines. I believe the event is ".../result" in other places, just to be clear that it's not a function with that name.

Also, don't forget to clean up when returning early from the connected event. We don't want to leak the connection object if the hook raises an error.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43762>
_______________________________________


More information about the Python-bugs-list mailing list