Hacker News new | ask | show | jobs
by e12e 3222 days ago
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

1 comments

Interesting info, thanks.