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-10.21:40:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410385215.89.0.0479132523228.issue22326@psf.upfronthosting.co.za>
In-reply-to
Content
> 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.
History
Date User Action Args
2014-09-10 21:40:15vstinnersetrecipients: + vstinner, r.david.murray, drosera
2014-09-10 21:40:15vstinnersetmessageid: <1410385215.89.0.0479132523228.issue22326@psf.upfronthosting.co.za>
2014-09-10 21:40:15vstinnerlinkissue22326 messages
2014-09-10 21:40:15vstinnercreate