[issue22326] tempfile.TemporaryFile fails on NFS v4 filesystems

STINNER Victor report at bugs.python.org
Wed Sep 17 12:15:21 CEST 2014


STINNER Victor added the comment:

>   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".

----------
resolution:  -> not a bug
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22326>
_______________________________________


More information about the Python-bugs-list mailing list