]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-116738: make `mmap` module thread-safe (GH-139237) (#139825)
authorKumar Aditya <kumaraditya@python.org>
Thu, 9 Oct 2025 14:49:03 +0000 (20:19 +0530)
committerGitHub <noreply@github.com>
Thu, 9 Oct 2025 14:49:03 +0000 (20:19 +0530)
commit926d734840654f106ffc9b703036756e6f32d356
tree3c03d33798101e0394476c3b6e4d1bb5c07861ca
parent7c03e9078d8b41b3e558aab2b09face5e12b308c
[3.14] gh-116738: make `mmap` module thread-safe (GH-139237) (#139825)

* [3.14] gh-116738: make `mmap` module thread-safe (GH-139237)
(cherry picked from commit 7f155f9c46e2dd7dec5e12ebec3323dfd95fe1f0)

Co-authored-by: Alper <alperyoney@fb.com>
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