]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:04:32 +0000 (15:04 +0200)
committerGitHub <noreply@github.com>
Fri, 15 May 2026 13:04:32 +0000 (13:04 +0000)
commit76ecef80996c69509babf65fa5a15dafb532fbc4
tree19dc35ec717e258bd1051c99d61928c3e78367ba
parent3fddfb46221f2bcdfce418c2b147955cf1e3c4b9
[3.14] gh-149816: Fix race condition in `memoryview` with free-threading (GH-149858) (#149876)

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