Skip to content

cffi rewrite

Compare
Choose a tag to compare
@Lonami Lonami released this 23 Jun 08:54
· 52 commits to master since this release

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.