]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116738: make `mmap` module thread-safe (#139237)
authorAlper <alperyoney@fb.com>
Thu, 9 Oct 2025 06:30:47 +0000 (23:30 -0700)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 06:30:47 +0000 (12:00 +0530)
commit7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0
tree946d310e023eaee5afccbffc7a41e716a112f012
parente7e3d1d4a8dece01b1bbd0253684d5b46b2409d7
gh-116738: make `mmap` module thread-safe (#139237)
Lib/test/test_free_threading/test_mmap.py [new file with mode: 0644]
Lib/test/test_mmap.py
Misc/NEWS.d/next/Core_and_Builtins/2025-09-21-14-33-17.gh-issue-116738.vNaI4h.rst [new file with mode: 0644]
Modules/clinic/mmapmodule.c.h [new file with mode: 0644]
Modules/mmapmodule.c