cffi rewrite
Stopped using C / C++ Python Extensions for CPython in favour of cffi
, which is the correct way of building portable C extensions for different interpreters.
Now requires libffi-dev
for building. For CPython, python3-dev
is also necessary.