This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Chema Cortés, Guido Treutwein, Yury.Selivanov, docs@python, rjordens, serhiy.storchaka, yselivanov, zach.ware
Date 2016-05-06.06:10:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462515041.44.0.881249064933.issue26156@psf.upfronthosting.co.za>
In-reply-to
Content
The confusion is in the definition of await expression with optional "await". Without "await" the expression doesn't suspend the execution of coroutine. And await expression can only be used inside a coroutine function, but the power operator can be used outside.
History
Date User Action Args
2016-05-06 06:10:41serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, Yury.Selivanov, zach.ware, yselivanov, rjordens, Chema Cortés, Guido Treutwein
2016-05-06 06:10:41serhiy.storchakasetmessageid: <1462515041.44.0.881249064933.issue26156@psf.upfronthosting.co.za>
2016-05-06 06:10:41serhiy.storchakalinkissue26156 messages
2016-05-06 06:10:41serhiy.storchakacreate