]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149816: fix thread safety of deletion of list slice (#149936)
authorKumar Aditya <kumaraditya@python.org>
Mon, 18 May 2026 16:38:37 +0000 (22:08 +0530)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 16:38:37 +0000 (22:08 +0530)
commit00ea77613b942a9e08df6e3eb74b2ccd37641ba6
tree05392ba7803fe65d13f61c5823f3b580e7020623
parent169285470630b697c5e6e0e4c8091c31f25ffb04
gh-149816: fix thread safety of deletion of list slice (#149936)
Objects/listobject.c