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 yselivanov
Recipients Ben.Darnell, Yury.Selivanov, asvetlov, gvanrossum, ncoghlan, scoder, vstinner, yselivanov
Date 2015-06-10.15:12:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1433949129.93.0.450410568196.issue24400@psf.upfronthosting.co.za>
In-reply-to
Content
> With the two changes I described things appear to be working, although I've only done light testing so far.

Glad to hear that!  I've attached a new patch fixing types.coroutine per your request.

> More generally, the inconsistency between isgenerator() and iscoroutine() is kind of odd. I would expect that either all inspect functions or none of them would use a suitable ABC if one exists.

iscoroutine() is just a newer API than isgenerator().  I'll create a new issue for this soon.
History
Date User Action Args
2015-06-10 15:12:10yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, scoder, vstinner, asvetlov, Yury.Selivanov, Ben.Darnell
2015-06-10 15:12:09yselivanovsetmessageid: <1433949129.93.0.450410568196.issue24400@psf.upfronthosting.co.za>
2015-06-10 15:12:09yselivanovlinkissue24400 messages
2015-06-10 15:12:09yselivanovcreate