Message 339292 - Python tracker

Message339292

Author josh.r
Recipients giampaolo.rodola, josh.r, rosslagerwall
Date 2019-04-01.14:19:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554128349.64.0.667742533739.issue36488@roundup.psfhosted.org>
In-reply-to
Content
Wasn't the point of PEP475 that all EINTR returns would be explicitly handled by retrying rather than forcing the user to handle it? Seems like the correct solution is still to retry, but on OSX/FreeBSD we'd need to update the offset and count arguments to account for the data that has already been sent.
History
Date User Action Args
2019-04-01 14:19:09josh.rsetrecipients: + josh.r, giampaolo.rodola, rosslagerwall
2019-04-01 14:19:09josh.rsetmessageid: <1554128349.64.0.667742533739.issue36488@roundup.psfhosted.org>
2019-04-01 14:19:09josh.rlinkissue36488 messages
2019-04-01 14:19:09josh.rcreate