[issue16800] tempfile._get_default_tempdir() leaves files behind when HD is full

Antoine Pitrou report at bugs.python.org
Thu Feb 7 10:45:47 CET 2013


Antoine Pitrou added the comment:

There are reasons to use buffered I/O rather than os.write: os.write can fail with EINTR, for example.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list