| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-03 | bindings/python-cffi: preserve environment for tests | David Bremner | |
| We'll need this e.g. to pass PATH to the pytest tests Based on the suggested approach in id:87d0eljggj.fsf@powell.devork.be | |||
| 2019-12-03 | Introduce CFFI-based python bindings | Floris Bruynooghe | |
| 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. | |||
