From: Floris Bruynooghe Date: Tue, 8 Oct 2019 21:03:12 +0000 (+0200) Subject: Introduce CFFI-based python bindings X-Git-Tag: archive/debian/0.30_rc0-1~129 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=83c2d158983875bf77a9b7662894df585b61741c;hp=83c2d158983875bf77a9b7662894df585b61741c;p=notmuch Introduce CFFI-based python bindings This introduces CFFI-based Python3-only bindings. The bindings aim at: - Better performance on pypy - Easier to use Python-C interface - More "pythonic" - The API should not allow invalid operations - Use native object protocol where possible - Memory safety; whatever you do from python, it should not coredump. ---