Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Python does not do AST-rewriting at compilation, `yield` and `yield from` will handle stack reification for freezing and thawing of coroutines.

So chains of `yield`s and `yield from`s will bubble to the event loop.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: