Erlend Egeberg Aasland <erlend.aasl...@innova.no> added the comment:

Good question. sqlite3_load_extension() loads an extension into a database 
connection, so it would make sense to also pass the connection object. I'd say 
we do it; it's a small change, and as you say: if we wanted to add it later, we 
couldn't.

Ref.
- http://www.sqlite.org/c3ref/load_extension.html

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43762>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to