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 vstinner
Recipients vstinner
Date 2015-03-17.23:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426634378.41.0.681041892498.issue23694@psf.upfronthosting.co.za>
In-reply-to
Content
fileutils.c must be modified to retry when a function fails with EINTR: see the PEP 475.

I'm working on a patch.
History
Date User Action Args
2015-03-17 23:19:38vstinnersetrecipients: + vstinner
2015-03-17 23:19:38vstinnersetmessageid: <1426634378.41.0.681041892498.issue23694@psf.upfronthosting.co.za>
2015-03-17 23:19:38vstinnerlinkissue23694 messages
2015-03-17 23:19:38vstinnercreate