SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72153 0 0 Python

gh-142534: Avoid TSan warnings in dictobject.c (gh-142544)

There are places we use "relaxed" loads where C11 requires "consume" or
stronger. Unfortunately, compilers don't really implement "consume" so
fake it for our use in a way that avoids upsetting TSan.
S
Sam Gross committed
0a62f8277e9a0dd9f34b0b070adb83994e81b2a8
Parent: 9fe6e3e
Committed by GitHub <noreply@github.com> on 12/11/2025, 9:23:19 PM