Message280993
This patch adds collections.abc.AsyncGenerator (closely modelled after collections.abc.Generator).
Ned, is it OK if this goes into 3.6? This is something I completely forgot to do as part of PEP 525. This ABC is needed for asynchronous generators compiled with Cython and async-generator-like objects/wrappers.
I'll update the PEP if we can push this to 3.6. |
|
| Date |
User |
Action |
Args |
| 2016-11-16 21:30:06 | yselivanov | set | recipients:
+ yselivanov, gvanrossum, ned.deily |
| 2016-11-16 21:30:05 | yselivanov | set | messageid: <[email protected]> |
| 2016-11-16 21:30:05 | yselivanov | link | issue28720 messages |
| 2016-11-16 21:30:05 | yselivanov | create | |
|