Hacker News new | ask | show | jobs
by flavio81 3220 days ago
Um, i'm not sure. Python was designed with C compatibility as a main feature since the start, anyways.
1 comments

The cffi module in python came from pypy (which broke the cpython c api) - but both the python ctypes module and cffi use libffi:

https://en.m.wikipedia.org/wiki/Libffi

Interesting info, thanks.