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, landersson, vstinner, yselivanov
Date 2014-04-09.01:04:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397005495.86.0.26092854019.issue21119@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch (close-3.patch) combining create_connection_close.patch  and close2.patch and adding unit tests. I also improved the create_connection() test to raise the TimeoutError on connect() (loop.sock_connect), not on sock.set_blocking().
History
Date User Action Args
2014-04-09 01:04:55vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, landersson
2014-04-09 01:04:55vstinnersetmessageid: <1397005495.86.0.26092854019.issue21119@psf.upfronthosting.co.za>
2014-04-09 01:04:55vstinnerlinkissue21119 messages
2014-04-09 01:04:55vstinnercreate