]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-132013: use relaxed atomics in hash of frozenset (#132014)
authorKumar Aditya <kumaraditya@python.org>
Wed, 2 Apr 2025 14:31:05 +0000 (20:01 +0530)
committerGitHub <noreply@github.com>
Wed, 2 Apr 2025 14:31:05 +0000 (20:01 +0530)
commit76f6b5e64a8b6ea5a88606f3665cd9f52c2c2798
treecd0ee9f8644d1cd490e8d5620c2557ac8a7291d6
parentb0f77c4d250789fd1deaab4912919e2e6b89e583
gh-132013: use relaxed atomics in hash of frozenset (#132014)

Use relaxed atomics in hash of `frozenset` to fix TSAN warning.
Objects/setobject.c