diff options
author | Sam Gross <colesbury@gmail.com> | 2025-03-11 23:15:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-11 23:15:22 (GMT) |
commit | c00ac578241b3213ceb79c1f32bc83ea471f02da (patch) | |
tree | bb7a9e761fbb412c14dd7de354b50ee29149d02c /Python/bytecodes.c | |
parent | ad90c5fabc415d4e46205947cceda82893ec1460 (diff) | |
download | cpython-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