Summary
Currently RustPython has instruction parity to CPython, but the compiler and vm works in different way.
The goal of this issue is making the compiler almost compatible to CPython.
The completion criteria files under Lib is equivalent to CPyhton.
Not targetting 100% because it will contain weird longtail issues
Details
Summary
Currently RustPython has instruction parity to CPython, but the compiler and vm works in different way.
The goal of this issue is making the compiler almost compatible to CPython.
The completion criteria files under
Libis equivalent to CPyhton.Not targetting 100% because it will contain weird longtail issues
Details