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 drosera, r.david.murray, vstinner
Date 2014-09-17.10:15:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410948921.13.0.466977044175.issue22326@psf.upfronthosting.co.za>
In-reply-to
Content
>   unlink("/mnt/tmpu817xz") = -1 EIO (Input/output error)

If a system call can fail with EIO, I guess that not only Python is affected, by *any* program. So I don't see why Python should have a special case for broken filesystems.

I close the issue as "not a bug".
History
Date User Action Args
2014-09-17 10:15:21vstinnersetrecipients: + vstinner, r.david.murray, drosera
2014-09-17 10:15:21vstinnersetmessageid: <1410948921.13.0.466977044175.issue22326@psf.upfronthosting.co.za>
2014-09-17 10:15:21vstinnerlinkissue22326 messages
2014-09-17 10:15:20vstinnercreate