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 gvanrossum, martin.panter, python-dev, vstinner, yselivanov
Date 2015-06-24.14:57:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1435157851.26.0.410969856648.issue24495@psf.upfronthosting.co.za>
In-reply-to
Content
Should be fixed now. Thanks for discovering this, Martin!

Victor, I'll make a PR on github/asyncio with some refactoring or CoroWrapper etc.  The code became too cumbersome, and has to be properly refactored.  At least we should have one wrapper class for generator based coroutines, and another one for 'async def' ones.
History
Date User Action Args
2015-06-24 14:57:31yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, python-dev, martin.panter
2015-06-24 14:57:31yselivanovsetmessageid: <1435157851.26.0.410969856648.issue24495@psf.upfronthosting.co.za>
2015-06-24 14:57:31yselivanovlinkissue24495 messages
2015-06-24 14:57:31yselivanovcreate