This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients asvetlov, bjs, graingert, lukasz.langa, miss-islington, pitrou, yselivanov
Date 2021-08-28.17:07:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630170475.5.0.418121948631.issue44962@roundup.psfhosted.org>
In-reply-to
Content
New changeset 206b21ed9f64fedff67bfea7cf73e423e3e32393 by Thomas Grainger in branch 'main':
bpo-44962: Fix a race in WeakKeyDict, WeakValueDict and WeakSet when two threads attempt to commit the last pending removal (GH-27921)
https://github.com/python/cpython/commit/206b21ed9f64fedff67bfea7cf73e423e3e32393
History
Date User Action Args
2021-08-28 17:07:55lukasz.langasetrecipients: + lukasz.langa, pitrou, asvetlov, yselivanov, graingert, miss-islington, bjs
2021-08-28 17:07:55lukasz.langasetmessageid: <1630170475.5.0.418121948631.issue44962@roundup.psfhosted.org>
2021-08-28 17:07:55lukasz.langalinkissue44962 messages
2021-08-28 17:07:55lukasz.langacreate