SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
S
Sam Gross committed
c00ac578241b3213ceb79c1f32bc83ea471f02da
Parent: ad90c5f
Committed by GitHub <noreply@github.com> on 3/11/2025, 11:15:22 PM