summaryrefslogtreecommitdiffstats
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
authorSam Gross <colesbury@gmail.com>2025-03-11 23:15:22 (GMT)
committerGitHub <noreply@github.com>2025-03-11 23:15:22 (GMT)
commitc00ac578241b3213ceb79c1f32bc83ea471f02da (patch)
treebb7a9e761fbb412c14dd7de354b50ee29149d02c /Python/bytecodes.c
parentad90c5fabc415d4e46205947cceda82893ec1460 (diff)
downloadcpython-c00ac578241b3213ceb79c1f32bc83ea471f02da.zip
cpython-c00ac578241b3213ceb79c1f32bc83ea471f02da.tar.gz
cpython-c00ac578241b3213ceb79c1f32bc83ea471f02da.tar.bz2
gh-131113: Fix data race in dict.popitem() (gh-131115)
The clearing of the key, hash, and value need to use atomic operations to avoid a data race with concurrent read operations.
Diffstat (limited to 'Python/bytecodes.c')
0 files changed, 0 insertions, 0 deletions