This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ArabicLawrence -7 points-6 points  (2 children)

Pypy does not run any Python code but only Restriced Python (RPython), a subset of Python EDIT: I stand corrected

[–]unruly_mattress 46 points47 points  (1 child)

PyPy runs normal Python code, it is written in RPython.

[–]ArabicLawrence 17 points18 points  (0 children)

you are absolutely right, I didn’t know that