Sebastian Noack <sebastian.no...@gmail.com> added the comment:

Well, the stdlib already depends on a third-party library here, i.e. SQLite3. 
SQLCipher is a drop-in replacement for SQLite3 that adds support for encrypted 
databases. In order to use SQLCipher, I'd have to build the sqlite3 module 
against SQLCipher (instead of SQLite3). As it's a drop-in replacement, no 
further changes are required (unless rather than having SQLCipher bindings 
exposed as a separate module, we want enable it through an argument in 
sqlite3.connect).

----------

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

Reply via email to