[Python-Dev] PEP 492: async/await in Python; v3 (original) (raw)
Ethan Furman ethan at stoneleaf.us
Tue Apr 28 17:29:17 CEST 2015
- Previous message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Next message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 04/28, Yury Selivanov wrote:
On 2015-04-28 1:43 AM, Stefan Behnel wrote:
Should a Generator then inherit from both Iterator and Coroutine, or would that counter your intention to separate coroutines from generators as a concept? I mean, they do share the same interface ... Them sharing the same interface depends on how the discussion goes :) But all in all, I think that it should be totally separate classes, even if they share some methods.
For those of us who like to meddle, would it be possible to create an object that supports iter, next, aiter, and anext?
--
Ethan
- Previous message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Next message (by thread): [Python-Dev] PEP 492: async/await in Python; v3
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]