]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 13 Oct 2018 18:12:40 +0000 (21:12 +0300)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Oct 2018 18:12:40 +0000 (11:12 -0700)
commit97cf0828727ac2a269c89c5aa09570a69a22c83c
treeea2c5f3adc78a8cfb8fb763602af87166c1d0b3d
parent1a997eb291fdc5f5606c898fffbde61d899ed762
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)

https://bugs.python.org/issue34970
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst [new file with mode: 0644]