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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22326>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to