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 neologix, pitrou, python-dev, serhiy.storchaka, vstinner
Date 2015-04-02.11:19:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427973556.39.0.826629935538.issue23618@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, connect() does not always block with test_connect_eintr.py, and this program sometimes fail with ConnectionResetError on connect() on FreeBSD.

New program which works on Linux and FreeBSD. It now ensures that connect() will block.
History
Date User Action Args
2015-04-02 11:19:16vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev, serhiy.storchaka
2015-04-02 11:19:16vstinnersetmessageid: <1427973556.39.0.826629935538.issue23618@psf.upfronthosting.co.za>
2015-04-02 11:19:16vstinnerlinkissue23618 messages
2015-04-02 11:19:16vstinnercreate