]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-63016: fix failing `mmap.flush` tests on FreeBSD (#143230)
authorAN Long <aisk@users.noreply.github.com>
Sun, 28 Dec 2025 15:36:52 +0000 (00:36 +0900)
committerGitHub <noreply@github.com>
Sun, 28 Dec 2025 15:36:52 +0000 (16:36 +0100)
commitc3bfe5d5aa557e98b9ab53b8dbe9887c8c80be35
tree8343adb29ee0eaf25549c17c7cd300a0cef21780
parent3ca1f2a370e44874d0dc8c82a01465e0171bec5c
gh-63016: fix failing `mmap.flush` tests on FreeBSD (#143230)

Fix `mmap.flush` tests introduced in 1af21ea32043ad5bd4eaacd48a1718d4e0bef945
where some flag combinations are not supported on FreeBSD.
Lib/test/test_mmap.py