]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading...
authorsobolevn <mail@sobolevn.me>
Thu, 21 May 2026 09:53:54 +0000 (12:53 +0300)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 09:53:54 +0000 (09:53 +0000)
commit1d4f9ab0c66378790a2482b76d84462ef0d23cf2
tree6a7e742029382dcf446c59ed5f81fd919fd02d6f
parent25092e822a06140796365f8fea188707265eb4d3
[3.14] gh-149816: Fix a race condition in `_PyBytes_FromList` with free-threading (GH-149909) (#149912)

(cherry picked from commit 46afba7b9324bc9492c3527d0fe47dd74f1f598c)
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