Comment on RustPython: A Python Interpreter Written in RustparentComments−bdbdhxhdh2yI curious why you would think so, since CPython is already written in C−upbeat_general2yWell CPython has a lot of backwards compatibility to deal with that RustPython doesn't, so "import subprocess" might result in very different behavior.
Comments
I curious why you would think so, since CPython is already written in C
Well CPython has a lot of backwards compatibility to deal with that RustPython doesn't, so "import subprocess" might result in very different behavior.