]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 13 Oct 2018 19:26:47 +0000 (12:26 -0700)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Sat, 13 Oct 2018 19:26:47 +0000 (22:26 +0300)
commit5dbb1b7df1d9ecaa6b5344028cd1777502cf5c73
tree310d5ea9f721525c7a49a6d93dd5af323035121a
parentd07564274a120030275ea17859458838c1513694
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837) (GH-9849)

https://bugs.python.org/issue34970
(cherry picked from commit 97cf0828727ac2a269c89c5aa09570a69a22c83c)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/tasks.py
Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst [new file with mode: 0644]