PyPy has some compatibility limitations, especially regarding the CPython C API.
I use QuickFix package which comes with precompiled SWIG bindings, and I'm considering using it with PyPy. As I am not fluent in C API and SWIG, my questions are:
- Does PyPy's C API compatibility limitations hinder work with SWIG? Could you explain why?
- Do I need to recompile the SWIG bindings to work specifically with PyPy? Is that possible? How?