summaryrefslogtreecommitdiffstats
path: root/Python/bltinmodule.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-06-02 14:19:02 (GMT)
committerGitHub <noreply@github.com>2024-06-02 14:19:02 (GMT)
commitf3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35 (patch)
treee1921b62cbde2bf4e91fc02087ca6bad090e9067 /Python/bltinmodule.c
parentf79ffc879b919604ed5de22ece83825006cf9a17 (diff)
downloadcpython-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/bltinmodule.c')
0 files changed, 0 insertions, 0 deletions