]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-145036: Fix data race for list capacity in free-threading (GH-145365) ...
authorbkap123 <97006829+bkap123@users.noreply.github.com>
Fri, 13 Mar 2026 02:06:12 +0000 (22:06 -0400)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 02:06:12 +0000 (22:06 -0400)
commit2af2a3830258e9bbed6429fa45c0594ebfc866f8
tree1c8844f27c304af7d4f801c6f2765ad6124ba327
parent8c0a190dd34c220af007896d66850f5676d524d4
[3.14] gh-145036: Fix data race for list capacity in free-threading (GH-145365) (#145881)

(cherry picked from commit 9e0802330caca51fed7fc0c8c1dcce2daf03d8bd)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/test/test_free_threading/test_list.py
Misc/NEWS.d/next/Core_and_Builtins/2026-02-28-18-42-36.gh-issue-145036.70Kbfz.rst [new file with mode: 0644]
Objects/listobject.c