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 vstinner
Recipients gvanrossum, python-dev, vstinner, yselivanov
Date 2015-01-27.22:41:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1422398490.76.0.295903792177.issue23243@psf.upfronthosting.co.za>
In-reply-to
Content
> - SelectorEventLoop._accept_connection() doesn't care of the creation of the transport failed

Fixing this issue requires to change the design of asyncio, so I chose to open a new issue: issue #23333.
History
Date User Action Args
2015-01-27 22:41:30vstinnersetrecipients: + vstinner, gvanrossum, python-dev, yselivanov
2015-01-27 22:41:30vstinnersetmessageid: <1422398490.76.0.295903792177.issue23243@psf.upfronthosting.co.za>
2015-01-27 22:41:30vstinnerlinkissue23243 messages
2015-01-27 22:41:30vstinnercreate