]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116738: Make mmap.set_name thread-safe (#145555)
authorAN Long <aisk@users.noreply.github.com>
Sat, 7 Mar 2026 08:14:44 +0000 (17:14 +0900)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2026 08:14:44 +0000 (17:14 +0900)
commit46761c976060c3e9ddbd33ea64601b54a97ddbe0
tree36af15ef538b00cc9e427a5ae221091540dd0512
parent9159287f58f7a5a7e59edffaf3094ea62e1633eb
gh-116738: Make mmap.set_name thread-safe (#145555)

* Add critical section around mmap.set_name to make it thread-safe

* Add news entry

* Apply suggestion from @aisk
Misc/NEWS.d/next/Core_and_Builtins/2026-03-06-01-36-20.gh-issue-116738.OWVWRx.rst [new file with mode: 0644]
Modules/clinic/mmapmodule.c.h
Modules/mmapmodule.c