aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Python/import.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2024-12-12 17:59:13 +0000
committerGitHub <noreply@github.com>2024-12-12 12:59:13 -0500
commitf8dcb8200626a1a06c4a26d8129257f42658a9ff (patch)
tree8f30b66deba566ea2c3977814e5f5439104c1cd0 /Python/import.c
parent7146f1894638130940944d4808dae7d144d46227 (diff)
downloadcpython-f8dcb8200626a1a06c4a26d8129257f42658a9ff.tar.gz
cpython-f8dcb8200626a1a06c4a26d8129257f42658a9ff.zip
gh-127879: Fix data race in `_PyFreeList_Push` (#127880)
Writes to the `ob_tid` field need to use atomics because it may be concurrently read by a non-locking dictionary, list, or structmember read.
Diffstat (limited to 'Python/import.c')
0 files changed, 0 insertions, 0 deletions