]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112069: Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
authorDonghee Na <donghee.na@python.org>
Thu, 18 Apr 2024 15:18:22 +0000 (00:18 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 15:18:22 +0000 (00:18 +0900)
commit94444ea45a86ae46e0c11d1917c43c4c271018cd
tree603c48be6648e272d271d4f04cebaea12def1363
parent40f4d641a93b1cba89be4bc7b26cdb481e0450d5
gh-112069:  Add _PySet_NextEntryRef to be thread-safe. (gh-117990)
Include/internal/pycore_setobject.h
Modules/_abc.c
Modules/_pickle.c
Modules/_testinternalcapi/set.c
Objects/dictobject.c
Objects/listobject.c
Objects/setobject.c
Python/marshal.c
Python/pylifecycle.c