]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Oct 2023 10:09:54 +0000 (03:09 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2023 10:09:54 +0000 (12:09 +0200)
commitbb35fc3706a8b605c66ef161b7afb9b64cb7a339
tree5e46bec1c555a745c170ec265ddc9962d4eb57de
parent6f6ca1daa4a1452bcb4a3e900767333d1f97b937
[3.12] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) (#109929)

gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928)
(cherry picked from commit 9dbfe2dc8e7bba25e52f9470ae6969821a365297)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_mmap.py