summaryrefslogtreecommitdiffstats
path: root/Python/errors.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-07-09 16:11:43 (GMT)
committerGitHub <noreply@github.com>2024-07-09 16:11:43 (GMT)
commit9c08f40a613d9aee78de4ce4ec3e125d1496d148 (patch)
tree438972207be9c3ca0bf2e746327d5c914d8d16e7 /Python/errors.c
parent649d5b6d7b04607dd17810ac73e8f16720c6dc78 (diff)
downloadcpython-9c08f40a613d9aee78de4ce4ec3e125d1496d148.zip
cpython-9c08f40a613d9aee78de4ce4ec3e125d1496d148.tar.gz
cpython-9c08f40a613d9aee78de4ce4ec3e125d1496d148.tar.bz2
gh-117657: Fix TSAN races in setobject.c (#121511)
The `used` field must be written using atomic stores because `set_len` and iterators may access the field concurrently without holding the per-object lock.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions