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 pitrou
Recipients neologix, pitrou, serhiy.storchaka, vstinner
Date 2015-03-09.09:29:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425893371.11.0.888938023136.issue23618@psf.upfronthosting.co.za>
In-reply-to
Content
About EINTR and connect(), I've found the following insightful page:
http://www.madore.org/~david/computers/connect-intr.html

Official POSIX wording is this:

"""If connect() is interrupted by a signal that is caught while blocked waiting to establish a connection, connect() shall fail and set errno to [EINTR], but the connection request shall not be aborted, and the connection shall be established asynchronously."""
History
Date User Action Args
2015-03-09 09:29:31pitrousetrecipients: + pitrou, vstinner, neologix, serhiy.storchaka
2015-03-09 09:29:31pitrousetmessageid: <1425893371.11.0.888938023136.issue23618@psf.upfronthosting.co.za>
2015-03-09 09:29:31pitroulinkissue23618 messages
2015-03-09 09:29:30pitroucreate