[issue21515] Use Linux O_TMPFILE flag in tempfile.TemporaryFile?

Arfrever Frehtes Taifersar Arahesis report at bugs.python.org
Sun Jun 8 17:50:51 CEST 2014


Arfrever Frehtes Taifersar Arahesis added the comment:

Minor inconsistency in Lib/tempfile.py:
                # Set flag to None to not try again.
                _O_TMPFILE_WORKS = False

s/None/False/

----------
nosy: +Arfrever

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


More information about the Python-bugs-list mailing list