]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (#149909)
authorsobolevn <mail@sobolevn.me>
Sat, 16 May 2026 08:37:34 +0000 (11:37 +0300)
committerGitHub <noreply@github.com>
Sat, 16 May 2026 08:37:34 +0000 (08:37 +0000)
commit46afba7b9324bc9492c3527d0fe47dd74f1f598c
tree14714b216797b618560f200547326ed13f97a770
parente56ae817e5f3df37a603251641ada5bf182af152
gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (#149909)
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