]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44206: Make sure that dict-keys's version is set to zero when value is popped...
authorMark Shannon <mark@hotpy.org>
Mon, 2 Aug 2021 13:54:23 +0000 (14:54 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Aug 2021 13:54:23 +0000 (14:54 +0100)
commite06ae75e16dbf46b6626b6a41b62391ea1fdb319
tree1d4af7306909cd560644a16786b2177d86ebc3c4
parent626d397cc1612ea5eef153dd910834c2ee00ddbd
bpo-44206: Make sure that dict-keys's version is set to zero when value is popped (GH-27542)
Lib/test/test_module.py
Objects/dictobject.c