diff options
author | Sam Gross <colesbury@gmail.com> | 2024-06-02 14:19:02 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-02 14:19:02 (GMT) |
commit | f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35 (patch) | |
tree | e1921b62cbde2bf4e91fc02087ca6bad090e9067 /Python/thread.c | |
parent | f79ffc879b919604ed5de22ece83825006cf9a17 (diff) | |
download | cpython-f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35.zip cpython-f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35.tar.gz cpython-f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35.tar.bz2 |
gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (#119921)
The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions