]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 26 Sep 2023 22:51:34 +0000 (15:51 -0700)
committerGitHub <noreply@github.com>
Tue, 26 Sep 2023 22:51:34 +0000 (22:51 +0000)
commit88917ddf448d6a2f5cb635b8a0b224b476757aaf
tree21e2a817c0051102d33cda7c0652a4190e4bb6f6
parent4e66eca489a33dc81d676037a456e85c50c81123
[3.11] gh-107888: Fix test_mmap.test_access_parameter() on macOS 14 (GH-109928) (#109930)

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