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 ncoghlan
Recipients asvetlov, gvanrossum, ncoghlan, python-dev, scoder, vstinner, yselivanov
Date 2015-05-28.05:10:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432789810.81.0.506031341741.issue24017@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for highlighting these Stefan - you guessed correctly that I'd missed them on the review.

For your first question, I agree getawaitablefunc / aiternextfunc / getaiterfunc should all be dropped and replaced with the existing "unaryfunc".

For your second question, I agree it makes more sense for Coroutine to inherit from Awaitable than it does to have it registered with it.

For the other three, I don't have a strong opinion, except that we should make sure that whatever we do on the CPython side works by default for Cython.
History
Date User Action Args
2015-05-28 05:10:10ncoghlansetrecipients: + ncoghlan, gvanrossum, scoder, vstinner, asvetlov, python-dev, yselivanov
2015-05-28 05:10:10ncoghlansetmessageid: <1432789810.81.0.506031341741.issue24017@psf.upfronthosting.co.za>
2015-05-28 05:10:10ncoghlanlinkissue24017 messages
2015-05-28 05:10:10ncoghlancreate