SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-132657: Use stronger memory ordering for so->mask. (gh-142735)

We need to use release/acquire ordering for the 'mask' member of the set
structure. Without this, `set_lookkey_threadsafe()` could be looking at
the old value of `table` but the new value of `mask`.
N
Neil Schemenauer committed
19c72d23fd99292dd33d9cae85661df848f6cf43
Parent: d844d22
Committed by GitHub <noreply@github.com> on 12/15/2025, 4:27:37 AM