]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145036: Fix data race for list capacity in free-threading (#145365)
authorbkap123 <97006829+bkap123@users.noreply.github.com>
Tue, 10 Mar 2026 16:30:11 +0000 (12:30 -0400)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 16:30:11 +0000 (22:00 +0530)
commit9e0802330caca51fed7fc0c8c1dcce2daf03d8bd
tree9803b7231352caeb7052987cd91cef6be1664950
parent3f33bf83e8496737b86333bc9ec55dc3ccb3faca
gh-145036: Fix data race for list capacity in free-threading (#145365)

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