]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)
authorDonghee Na <donghee.na@python.org>
Tue, 5 Mar 2024 04:58:14 +0000 (13:58 +0900)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 04:58:14 +0000 (04:58 +0000)
commit6cddc731fb59edb66b64b7a8dbd9e281309a8384
tree434906079f0a6421b29db8fd73d22b8c4e81a2ee
parent58c7919d05a360f3437a204960cddbeb78a71dce
gh-112087: Make list_{slice, ass_slice, subscript} to be threadsafe (gh-116233)
Lib/test/test_list.py
Objects/listobject.c