]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-129643: fix thread safety of `PyList_SetItem` (#129644) (#129677)
authorKumar Aditya <kumaraditya@python.org>
Wed, 5 Feb 2025 08:09:37 +0000 (13:39 +0530)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2025 08:09:37 +0000 (08:09 +0000)
commitb0810916235ee01d0d3df565288e28ffc45875d3
treec1bf8be9412dbe0b4942ac3908c9c3bf2b35d378
parent4f0261561a247919b0733075c4436d97919b08a4
[3.13] gh-129643: fix thread safety of `PyList_SetItem` (#129644) (#129677)

gh-129643: fix thread safety of `PyList_SetItem` (#129644)
Misc/NEWS.d/next/Core and Builtins/2025-02-04-12-42-40.gh-issue-129643.K24Zow.rst [new file with mode: 0644]
Objects/listobject.c