diff options
author | Sam Gross <colesbury@gmail.com> | 2024-07-09 16:11:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 16:11:43 (GMT) |
commit | 9c08f40a613d9aee78de4ce4ec3e125d1496d148 (patch) | |
tree | 438972207be9c3ca0bf2e746327d5c914d8d16e7 /Python/Python-ast.c | |
parent | 649d5b6d7b04607dd17810ac73e8f16720c6dc78 (diff) | |
download | cpython-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/Python-ast.c')
0 files changed, 0 insertions, 0 deletions