Files
RustPython/docs/study.md
2018-07-07 14:00:30 +02:00

191 B

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?