STINNER Victor added the comment: > The test should try to write the file in a temporary file, or simply skip the > test.
I proposed https://github.com/python/cpython/pull/1196 to skip the test in that case. Creating a temporary file is more complex since the API doesn't work as a context manager, and it's unclear who would be responsible to remove the temporary file. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue29887> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com