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 scoder
Recipients gvanrossum, scoder, vstinner, yselivanov
Date 2015-05-30.21:00:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433019637.25.0.57656695672.issue24004@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me.

Why is the AwaitableABC type check needed, in addition to looking up the relevant method? IIUC, the type check will just do a lookup of the same method if the type hasn't been registered as Awaitable explicitly.
History
Date User Action Args
2015-05-30 21:00:37scodersetrecipients: + scoder, gvanrossum, vstinner, yselivanov
2015-05-30 21:00:37scodersetmessageid: <1433019637.25.0.57656695672.issue24004@psf.upfronthosting.co.za>
2015-05-30 21:00:37scoderlinkissue24004 messages
2015-05-30 21:00:37scodercreate