mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
4 lines
184 B
Markdown
4 lines
184 B
Markdown
This crate contains the Rust representation of the CPython PyCodeObject.
|
|
|
|
It has to be compatible with CPython output, so when you edit this crate please run the test suite in `vm/`.
|