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 giampaolo.rodola, josiahcarlson, socketpair
Date 2011-03-03.18:30:30
SpamBayes Score 0.00045449345
Marked as misclassified No
Message-id <1299177037.31.0.303911652223.issue11265@psf.upfronthosting.co.za>
In-reply-to
Content
> I did not catch EAGAIN in connect() as it makes hang some tests.
maybe incorrect tests? which test(s) failed ?

mmarkk@fad:/usr/include$ fgrep EWOULDB -r .
./asm-generic/errno.h:#define	EWOULDBLOCK	EAGAIN	/* Operation would block */

So not catching EAGAIN ( at least in Linux) can not make some tests hang.
History
Date User Action Args
2011-03-03 18:30:37socketpairsetrecipients: + socketpair, josiahcarlson, giampaolo.rodola
2011-03-03 18:30:37socketpairsetmessageid: <1299177037.31.0.303911652223.issue11265@psf.upfronthosting.co.za>
2011-03-03 18:30:30socketpairlinkissue11265 messages
2011-03-03 18:30:30socketpaircreate