mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
191 B
191 B
Topic to study
- How to save a Rust Iterator on the stack?
- Study how blocks are handled in CPython.
- The
whyvar? - Why unwind everything when a
breakhappened?
- The