diff options
author | Sam Gross <colesbury@gmail.com> | 2024-12-12 17:59:13 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-12 12:59:13 -0500 |
commit | f8dcb8200626a1a06c4a26d8129257f42658a9ff (patch) | |
tree | 8f30b66deba566ea2c3977814e5f5439104c1cd0 /Python/import.c | |
parent | 7146f1894638130940944d4808dae7d144d46227 (diff) | |
download | cpython-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