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 Chris Seto
Recipients Chris Seto, gvanrossum, vstinner, yselivanov
Date 2015-10-13.17:32:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444757549.53.0.051433336619.issue25394@psf.upfronthosting.co.za>
In-reply-to
Content
When asyncio.coroutines._DEBUG is set to True all coroutines are wrapped in a CoroWrapper.
The definition of CoroWrapper.throw only excepts a single argument, exc.
It should accept an exception info tuple as returned from sys.exc_info just as normal generators do.
History
Date User Action Args
2015-10-13 17:32:29Chris Setosetrecipients: + Chris Seto, gvanrossum, vstinner, yselivanov
2015-10-13 17:32:29Chris Setosetmessageid: <1444757549.53.0.051433336619.issue25394@psf.upfronthosting.co.za>
2015-10-13 17:32:29Chris Setolinkissue25394 messages
2015-10-13 17:32:29Chris Setocreate