diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2018-10-13 18:12:40 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-10-13 18:12:40 (GMT) |
commit | 97cf0828727ac2a269c89c5aa09570a69a22c83c (patch) | |
tree | ea2c5f3adc78a8cfb8fb763602af87166c1d0b3d /Misc | |
parent | 1a997eb291fdc5f5606c898fffbde61d899ed762 (diff) | |
download | cpython-97cf0828727ac2a269c89c5aa09570a69a22c83c.zip cpython-97cf0828727ac2a269c89c5aa09570a69a22c83c.tar.gz cpython-97cf0828727ac2a269c89c5aa09570a69a22c83c.tar.bz2 |
bpo-34970: Protect tasks weak set manipulation in asyncio.all_tasks() (GH-9837)
https://bugs.python.org/issue34970
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst b/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst new file mode 100644 index 0000000..a58b3dd --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-10-13-11-14-13.bpo-34970.SrJTY7.rst @@ -0,0 +1 @@ +Protect tasks weak set manipulation in ``asyncio.all_tasks()`` |