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 socketpair
Recipients socketpair
Date 2011-02-21.05:18:50
SpamBayes Score 3.3683298e-06
Marked as misclassified No
Message-id <1298265532.74.0.854480048578.issue11265@psf.upfronthosting.co.za>
In-reply-to
Content
According to man:
----------------------
ERRORS
       EAGAIN or EWOULDBLOCK
The socket is marked nonblocking and no connections are present to be accepted.  POSIX.1-2001 allows either error to be returned for this case, and does not require these constants to have the same value, so a portable application should check for both possibilities.
-----------------

patch included
History
Date User Action Args
2011-02-21 05:18:52socketpairsetrecipients: + socketpair
2011-02-21 05:18:52socketpairsetmessageid: <1298265532.74.0.854480048578.issue11265@psf.upfronthosting.co.za>
2011-02-21 05:18:50socketpairlinkissue11265 messages
2011-02-21 05:18:50socketpaircreate