[issue25717] tempfile.TemporaryFile fails when dir option set to directory residing on host OS mount

Martin Panter report at bugs.python.org
Sat Jun 18 05:59:53 EDT 2016


Martin Panter added the comment:

Are you sure Oleg? As far as I understand, Python 2 by default wraps C stdio file objects, and also has Python 3’s file objects in the “io” module. But I expect TemporaryFile() would use the default stdio files, and the cause of this bug, Issue 21679, should only have affected the “io” module in 3.5+.

----------

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


More information about the Python-bugs-list mailing list