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 benjamin.peterson, giampaolo.rodola, gvanrossum, ncoghlan, pitrou, python-dev, richard.kiss, vstinner, yselivanov
Date 2014-04-15.02:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397527993.07.0.377622365786.issue21209@psf.upfronthosting.co.za>
In-reply-to
Content
> [...] CoroWrapper.send() signature is different from a real generator's send() method, but I think that send() to a coroutine is an internal detail anyway [...]

Yeah, and since it's used in debug mode only, I think we should be safe.

> When you commit, can you do upstgream (Tulip) first?

Sure, this patch was for tulip code.
History
Date User Action Args
2014-04-15 02:13:13yselivanovsetrecipients: + yselivanov, gvanrossum, ncoghlan, pitrou, vstinner, giampaolo.rodola, benjamin.peterson, python-dev, richard.kiss
2014-04-15 02:13:13yselivanovsetmessageid: <1397527993.07.0.377622365786.issue21209@psf.upfronthosting.co.za>
2014-04-15 02:13:13yselivanovlinkissue21209 messages
2014-04-15 02:13:12yselivanovcreate