E51D RustPython/docs/study.md at master · opaolini/RustPython · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 191 Bytes

File metadata and controls

6 lines (6 loc) · 191 Bytes

Topic to study

  • How to save a Rust Iterator on the stack?
  • Study how blocks are handled in CPython.
    • The why var?
    • Why unwind everything when a break happened?
0