]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)
authorDonghee Na <donghee.na@python.org>
Thu, 18 Apr 2024 21:40:28 +0000 (06:40 +0900)
committerGitHub <noreply@github.com>
Thu, 18 Apr 2024 21:40:28 +0000 (06:40 +0900)
commit710c01be94ca7b2c96407f41f0e37e24701008b4
tree58444795a7defcf963270552cb91b154aa2a68e2
parent8f25cc992021d6ffc62bb110545b97a92f7cb295
gh-112069: Make PySet_GET_SIZE to be atomic safe. (gh-118053)

gh-112069: Make PySet_GET_SIZE to be atomic operation
Include/cpython/setobject.h
Objects/setobject.c