mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Issue #21515: Fix typo in a comment, thanks Arfrever for the report
This commit is contained in:
parent
8c6f189964
commit
350985da89
1 changed files with 1 additions and 1 deletions
|
|
@ -505,7 +505,7 @@ else:
|
||||||
fd = _os.open(dir, flags2, 0o600)
|
fd = _os.open(dir, flags2, 0o600)
|
||||||
except IsADirectoryError:
|
except IsADirectoryError:
|
||||||
# Linux kernel older than 3.11 ignores O_TMPFILE flag.
|
# Linux kernel older than 3.11 ignores O_TMPFILE flag.
|
||||||
# Set flag to None to not try again.
|
# Set flag to False to not try again.
|
||||||
_O_TMPFILE_WORKS = False
|
_O_TMPFILE_WORKS = False
|
||||||
except OSError:
|
except OSError:
|
||||||
# The filesystem of the directory does not support O_TMPFILE.
|
# The filesystem of the directory does not support O_TMPFILE.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue