]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149879: Fix test_tempfile on Cygwin (#150081)
authorVictor Stinner <vstinner@python.org>
Tue, 19 May 2026 14:09:03 +0000 (16:09 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 14:09:03 +0000 (16:09 +0200)
commit6372d48a4d5c394a6638741d0c3c849a20161efb
tree10ae2b90845facdad0064d41896e7e0432252247
parentba0aca3bffce431fe2fbd53ca4cd6a717a2e2c19
gh-149879: Fix test_tempfile on Cygwin (#150081)

On Cygwin, text files are not truncated at the first Ctrl+Z byte.
Lib/test/test_tempfile.py