Message 272327 - Python tracker
Message272327
| Author | methane |
|---|---|
| Recipients | giampaolo.rodola, gvanrossum, methane, mpaolini, serhiy.storchaka, vstinner, yselivanov |
| Date | 2016-08-10.11:57:39 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1470830259.6.0.47358227386.issue26081@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> Left a couple of comments; the important one -- Future.__await__ (and Future.__iter__) should always return a *new* instance of a generator-like object (tied to the Future object). Implementing full behavior of generator seems difficult to me. I'll implement minimum implementation in next patch. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-10 11:57:39 | methane | set | recipients: + methane, gvanrossum, vstinner, giampaolo.rodola, serhiy.storchaka, yselivanov, mpaolini |
| 2016-08-10 11:57:39 | methane | set | messageid: <1470830259.6.0.47358227386.issue26081@psf.upfronthosting.co.za> |
| 2016-08-10 11:57:39 | methane | link | issue26081 messages |
| 2016-08-10 11:57:39 | methane | create | |