SIGN IN SIGN UP

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.
S
Sam Gross committed
f3b89a63cbb6d46e5ed40d5cd9813cdf9189ce35
Parent: f79ffc8
Committed by GitHub <noreply@github.com> on 6/2/2024, 2:19:02 PM