Guido van Rossum wrote: > the bytecode generated for > await treats coroutine objects special, just like the bytecode generated > for yield-from treats generator objects special. The special behavior > they have in common is the presence of send() and throw() methods, I don't think that's quit accurate. Yield-from treats any object having send() and throw() methods the same way it treats a generator -- there's nothing special about the generator *type*. Presumably 'await' is the same. -- Greg
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4