Re: [pypy-dev] Running PyPy on top of CPython

Jan. 10, 2022
9:30 p.m.
On 9/1/22 9:50 pm, M A wrote:
Hello, I read here (https://rpython.readthedocs.io/en/latest/rpython.html) that PyPy is runnable on top of CPython. How do I start PyPy so it runs in CPython?
python2 pypy/bin/pyinteractive.py
You can get help with
python2 pypy/bin/pyinteractive.py --help
It takes ~20 secs to startup. To drop into rpython, hit ctrl-c, to return to interpreted PyPy on top of CPython hit ctrl-d
In rpython you have access to "space".
Matti
Thank you very much for this information. It really helped me.
1172
Age (days ago)
1172
Last active (days ago)
0 comments
1 participants
participants (1)
-
M A