]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149816: Fix race condition in `memoryview` with free-threading (GH-149858...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 15 May 2026 13:07:18 +0000 (15:07 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2026 13:07:18 +0000 (13:07 +0000)
commitb3819aeff3dde744bab025b5b451182e3fc5a3a6
tree862cbc739d01e1c2e7aaf31efadccfbe40051867
parent176d0f51cf23e2059e89e15b0004a37121b97e1b
[3.15] gh-149816: Fix race condition in `memoryview` with free-threading (GH-149858) (#149875)

gh-149816: Fix race condition in `memoryview` with free-threading (GH-149858)
(cherry picked from commit 1fdf0337742762cc47837042747cc607f024a202)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Core_and_Builtins/2026-05-15-11-31-57.gh-issue-149816.ugN2rx.rst [new file with mode: 0644]
Objects/memoryobject.c