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 Jonas Obrist
Recipients Jonas Obrist, asvetlov, yselivanov
Date 2018-04-10.02:04:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1523325852.6.0.682650639539.issue33248@psf.upfronthosting.co.za>
In-reply-to
Content
I realized I have to call __await__ of the inner coroutine object in NonTrueAwaitable.__await__. This is not a bug, but my mistake.
History
Date User Action Args
2018-04-10 02:04:12Jonas Obristsetrecipients: + Jonas Obrist, asvetlov, yselivanov
2018-04-10 02:04:12Jonas Obristsetmessageid: <1523325852.6.0.682650639539.issue33248@psf.upfronthosting.co.za>
2018-04-10 02:04:12Jonas Obristlinkissue33248 messages
2018-04-10 02:04:12Jonas Obristcreate