Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
masklinn
on March 19, 2013
|
parent
|
context
|
favorite
| on:
Async I/O for Python 3
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:
So chains of `yield`s and `yield from`s will bubble to the event loop.