PyPy and RPython

Stefan Behnel stefan_ml at behnel.de
Fri Sep 3 02:56:23 EDT 2010


sarvi, 03.09.2010 07:30:
> It should technically be possible to allow Python to call a module
> written in RPython?

What's "Python" here? CPython? Then likely yes. I don't see a benefit, though.


> It should also compile RPython to a python module.so right?

Why (and how) would CPython do that?

If you want a binary extension module for CPython, you can try to push the 
RPython module through Cython. However, in that case, you wouldn't be 
restricted to RPython in the first place.

Stefan




More information about the Python-list mailing list