diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2024-06-02 14:42:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-02 14:42:46 (GMT) |
commit | 9d3de7b0edf46cc0f6aed586111464b2ad581f5a (patch) | |
tree | 1680d31f3ccd701347098846d3f6b9a69dbb15c2 /Python/getcompiler.c | |
parent | cf8f292a362c3715c536ff90d3e5d0c98ecf2bf0 (diff) | |
download | cpython-9d3de7b0edf46cc0f6aed586111464b2ad581f5a.zip cpython-9d3de7b0edf46cc0f6aed586111464b2ad581f5a.tar.gz cpython-9d3de7b0edf46cc0f6aed586111464b2ad581f5a.tar.bz2 |
[3.13] gh-117657: Fix TSAN reported race in `_PyEval_IsGILEnabled`. (GH-119921) (#119939)
The GIL may be disabled concurrently with this call so we need to use a
relaxed atomic load.
(cherry picked from commit f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35)
Co-authored-by: Sam Gross <colesbury@gmail.com>
Diffstat (limited to 'Python/getcompiler.c')
0 files changed, 0 insertions, 0 deletions