]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading... 3.15
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 16 May 2026 09:06:14 +0000 (11:06 +0200)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 09:06:14 +0000 (09:06 +0000)
commitec3aa6ab4847ebd6f8f3e9b2b7023c5ab3a6e39a
tree5c18b518da925dd14c8adc1127a8623c652eff6b
parent6136ad68010756edfc4474ad24793e62e1b9907e
[3.15] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (GH-149909) (#149911)

gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (GH-149909)
(cherry picked from commit 46afba7b9324bc9492c3527d0fe47dd74f1f598c)

Co-authored-by: sobolevn <mail@sobolevn.me>
Misc/NEWS.d/next/Core_and_Builtins/2026-05-16-11-03-54.gh-issue-149816.X_gqMT.rst [new file with mode: 0644]
Objects/bytesobject.c