Kaydet (Commit) 350985da authored tarafından Victor Stinner's avatar Victor Stinner

Issue #21515: Fix typo in a comment, thanks Arfrever for the report

üst 8c6f1899
......@@ -505,7 +505,7 @@ else:
fd = _os.open(dir, flags2, 0o600)
except IsADirectoryError:
# 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
except OSError:
# The filesystem of the directory does not support O_TMPFILE.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment