Comment on An open-source Python implementation using JIT techniquesparentComments−lucian190012yCompatibly with CPython's C API will always be a problem for any other implementation. The only practical solution is to switch to a better FFI, like cffi.
Comments
Compatibly with CPython's C API will always be a problem for any other implementation. The only practical solution is to switch to a better FFI, like cffi.