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:31:30
SpamBayes Score 0.009986797
Marked as misclassified No
Message-id <1298266290.98.0.867769013141.issue11266@psf.upfronthosting.co.za>
In-reply-to
Content
in spite of usage of non-blocking IO, syscalls may return EINTR if signal arrive during some syscalls.

It is desirable to re-call syscall after receiving EINTR. Trivial loops should be implemented around (recv, send, connect, accept)
History
Date User Action Args
2011-02-21 05:31:31socketpairsetrecipients: + socketpair
2011-02-21 05:31:30socketpairsetmessageid: <1298266290.98.0.867769013141.issue11266@psf.upfronthosting.co.za>
2011-02-21 05:31:30socketpairlinkissue11266 messages
2011-02-21 05:31:30socketpaircreate