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 gregory.p.smith
Recipients PEAR, alexeicolin, gregory.p.smith, p.conesa.mingo
Date 2021-05-06.19:04:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620327878.67.0.891362598996.issue43743@roundup.psfhosted.org>
In-reply-to
Content
I don't believe CPython should be working around a bug in specific Linux kernel versions in the standard library unless they are extremely pernicious and not considered to be a bug and thus ever be fixed in the OS kernel.

As the sendfile system call appears to infinitely return one of EAGAIN, EALREADY, EWOULDBLOCK, or EINPROGRESS in this case, there isn't anything CPython could do.  A retry/backoff loop won't help.

This should be worked around at the application level by whatever means are appropriate.
History
Date User Action Args
2021-05-06 19:04:38gregory.p.smithsetrecipients: + gregory.p.smith, alexeicolin, p.conesa.mingo, PEAR
2021-05-06 19:04:38gregory.p.smithsetmessageid: <1620327878.67.0.891362598996.issue43743@roundup.psfhosted.org>
2021-05-06 19:04:38gregory.p.smithlinkissue43743 messages
2021-05-06 19:04:38gregory.p.smithcreate