This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Manjusaka
Recipients Manjusaka, Sebastian.Noack, benjamin.peterson, berker.peksag, ghaering, serhiy.storchaka
Date 2020-01-22.15:37:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579707458.79.0.937415251135.issue39408@roundup.psfhosted.org>
In-reply-to
Content
To be serious, I don't think using SQLCipher is a good idea for CPython

Cause, SQLCipher is always released by the source code, not the binary. That means we should compile and manage the binary on different platforms, sush as ffi on windows, Openssl on Windows.


I think that will bring in some substantial compatibility problems.

I think the ROI is not enough to make this change.
History
Date User Action Args
2020-01-22 15:37:38Manjusakasetrecipients: + Manjusaka, ghaering, benjamin.peterson, berker.peksag, serhiy.storchaka, Sebastian.Noack
2020-01-22 15:37:38Manjusakasetmessageid: <1579707458.79.0.937415251135.issue39408@roundup.psfhosted.org>
2020-01-22 15:37:38Manjusakalinkissue39408 messages
2020-01-22 15:37:38Manjusakacreate