Comment on Lets Talk About Something Diabolical: A PyPy Intro (David Beazley PyCon keynote)parentComments−hogu14yCython generates c based on the cpython api, you can only use it to build cpython extensions.
Comments
Cython generates c based on the cpython api, you can only use it to build cpython extensions.