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 Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, martin.panter, ncoghlan, python-dev, scoder, vstinner, yselivanov
Date 2015-06-29.19:58:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435607897.63.0.608865066139.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
> isawaitable(), however, should continue using abc.Awaitable, since it only checks for __await__ presence on the type (or should we just drop it?)

I'd really remove it. It's not referring to an actual type, so it doesn't fit the purpose of the inspect module. The fact that the only place where "collections.abc" is used in this module is in isawaitable() should be a clear indication that it's misplaced.
History
Date User Action Args
2015-06-29 19:58:17scodersetrecipients: + scoder, gvanrossum, ncoghlan, vstinner, asvetlov, Yury.Selivanov, python-dev, Ben.Darnell, martin.panter, yselivanov
2015-06-29 19:58:17scodersetmessageid: <1435607897.63.0.608865066139.issue24400@psf.upfronthosting.co.za>
2015-06-29 19:58:17scoderlinkissue24400 messages
2015-06-29 19:58:17scodercreate