]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Fix TSAN list set failure (#118260)
authorDino Viehland <dinoviehland@meta.com>
Thu, 2 May 2024 20:03:05 +0000 (13:03 -0700)
committerGitHub <noreply@github.com>
Thu, 2 May 2024 20:03:05 +0000 (13:03 -0700)
commit1e67b9207c31a92d76bfac09fc706c4dc703669e
tree5f6f4bee04d4168daf715f70ef307518ad956594
parent8ed546679524140d8282175411fd141fe7df070d
gh-117657: Fix TSAN list set failure (#118260)

* Fix TSAN list set failure

* Relaxed atomic is sufficient, add targetted test

* More list

* Remove atomic assign in list

* Fixup white space
Include/internal/pycore_list.h
Lib/test/test_free_threading/test_list.py [new file with mode: 0644]
Objects/listobject.c