]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-149816: fix thread safety of deletion of list slice (GH-149936) (#150003)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 19 May 2026 04:41:43 +0000 (06:41 +0200)
committerGitHub <noreply@github.com>
Tue, 19 May 2026 04:41:43 +0000 (10:11 +0530)
commit0b92f01c59c82a111bb6b9929fbfc0f9cb1241db
tree68db7f2bcbf582e66844cd1d534ab4e565925273
parent94c8bac2cd50bd05aa1811d35f4b00f1080a40a9
[3.15] gh-149816: fix thread safety of deletion of list slice (GH-149936) (#150003)

gh-149816: fix thread safety of deletion of list slice (GH-149936)
(cherry picked from commit 00ea77613b942a9e08df6e3eb74b2ccd37641ba6)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Objects/listobject.c