]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136156: Remove tempfile test_link_tmpfile() (#136534)
authorVictor Stinner <vstinner@python.org>
Fri, 11 Jul 2025 14:45:31 +0000 (16:45 +0200)
committerGitHub <noreply@github.com>
Fri, 11 Jul 2025 14:45:31 +0000 (16:45 +0200)
commitcbf007beeb2f69d9409b6388ee8d71007fa6c2df
treee0b0085dc351cd79eae24485a036417623df4b26
parent236f733d8ffb3d587e1167fa0a0248c24512e7fd
gh-136156: Remove tempfile test_link_tmpfile() (#136534)

It's not always possible to guarantee that the file was opened with
O_TMPFILE even if tempfile._O_TMPFILE_WORKS is true.
Lib/test/test_tempfile.py