Y
Hacker News
new
|
ask
|
show
|
jobs
by
Doxin
2010 days ago
Pypy
does
support C extensions, but it has to somewhat emulate the cpython API so it's rather slow and doesn't work for 100% of modules.
If your C library uses FFI or Ctypes it'll work perfectly fine under pypy.