summaryrefslogtreecommitdiffstats
path: root/Python/ast_opt.c
diff options
context:
space:
mode:
authorEric Snow <ericsnowcurrently@gmail.com>2023-06-08 20:06:54 (GMT)
committerGitHub <noreply@github.com>2023-06-08 20:06:54 (GMT)
commit68dfa496278aa21585eb4654d5f7ef13ef76cb50 (patch)
tree3a3cd54110d87512915634682f18818577c57ffe /Python/ast_opt.c
parent4ff5690e591b7d11cf11e34bf61004e2ea58ab3c (diff)
downloadcpython-68dfa496278aa21585eb4654d5f7ef13ef76cb50.zip
cpython-68dfa496278aa21585eb4654d5f7ef13ef76cb50.tar.gz
cpython-68dfa496278aa21585eb4654d5f7ef13ef76cb50.tar.bz2
gh-100227: Lock Around Modification of the Global Allocators State (gh-105516)
The risk of a race with this state is relatively low, but we play it safe anyway. We do avoid using the lock in performance-sensitive cases where the risk of a race is very, very low.
Diffstat (limited to 'Python/ast_opt.c')
0 files changed, 0 insertions, 0 deletions