Message246192
| Author | yselivanov |
|---|---|
| Recipients | Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, larry, martin.panter, ncoghlan, python-dev, r.david.murray, scoder, vstinner, yselivanov |
| Date | 2015-07-03.17:13:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1435943617.08.0.304450452261.issue24400@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> I think we should add "inspect.isawaitable()", and have it pass for *anything* that can be used in an await expression (whether that's by implementing the Awaitable protocol, or due to special casing at the interpreter level). I agree. I've committed the change. Larry, please make sure that the latest patch lands in 3.5beta3. It's really important. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-07-03 17:13:37 | yselivanov | set | recipients: + yselivanov, gvanrossum, ncoghlan, scoder, vstinner, larry, r.david.murray, asvetlov, Yury.Selivanov, python-dev, Ben.Darnell, martin.panter |
| 2015-07-03 17:13:37 | yselivanov | set | messageid: <1435943617.08.0.304450452261.issue24400@psf.upfronthosting.co.za> |
| 2015-07-03 17:13:37 | yselivanov | link | issue24400 messages |
| 2015-07-03 17:13:36 | yselivanov | create | |