[issue44962] asyncio.create_task weakrefset race condition

Łukasz Langa report at bugs.python.org
Sat Aug 28 13:07:55 EDT 2021


Łukasz Langa <lukasz at langa.pl> added the comment:


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


----------
nosy: +lukasz.langa

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44962>
_______________________________________


More information about the Python-bugs-list mailing list