[issue22326] tempfile.TemporaryFile fails on NFS v4 filesystems

STINNER Victor report at bugs.python.org
Wed Sep 10 23:40:15 CEST 2014


STINNER Victor added the comment:

> It becomes then still a Python problem, as tempfile.TemporaryFile is not generally usable any more.

Well, it looks like you are the first one to complain, whereas the module is at least 10 years old. So it looks more like an issue in your setup (as you wrote), than a bug in Python.

Which syscalls fails with errno 5? Can you run your example with strace to identify the syscall?

*If* a patch should be written, we need to identify which Python line should be modified.

----------

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


More information about the Python-bugs-list mailing list