forked from Rust-related/RustPython
7 lines
191 B
Markdown
7 lines
191 B
Markdown
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?
|