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 r.david.murray
Recipients fafhrd91, gvanrossum, r.david.murray, yselivanov
Date 2017-03-06.22:44:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488840264.68.0.00987084686881.issue29742@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report and PR, but your fix is not obviously correct.  In general exceptions are the way in Python that errors are reported, and asking for extra_info on a closed stream is an error.  The exception raised is not clear, so perhaps the asyncio folks will want to improve it.  Or perhaps I'm wrong and they will want to return None, but I'll be a bit surprised if that is the case :)
History
Date User Action Args
2017-03-06 22:44:24r.david.murraysetrecipients: + r.david.murray, gvanrossum, yselivanov, fafhrd91
2017-03-06 22:44:24r.david.murraysetmessageid: <1488840264.68.0.00987084686881.issue29742@psf.upfronthosting.co.za>
2017-03-06 22:44:24r.david.murraylinkissue29742 messages
2017-03-06 22:44:24r.david.murraycreate