summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorYury Selivanov <yury@edgedb.com>2022-05-27 22:20:21 (GMT)
committerGitHub <noreply@github.com>2022-05-27 22:20:21 (GMT)
commite6a57678cafe18ca132ee9510252168fcc392a8d (patch)
tree1171a3a061301a6c143b61eaf774264fa988a38f /Misc/NEWS.d
parent70cfe56cafb2b549983f63d5d1a54654fe63c15c (diff)
downloadcpython-e6a57678cafe18ca132ee9510252168fcc392a8d.zip
cpython-e6a57678cafe18ca132ee9510252168fcc392a8d.tar.gz
cpython-e6a57678cafe18ca132ee9510252168fcc392a8d.tar.bz2
gh-93297: Make asyncio task groups prevent child tasks from being GCed (#93299)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Library/2022-05-27-13-18-18.gh-issue-93297.e2zuHz.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-05-27-13-18-18.gh-issue-93297.e2zuHz.rst b/Misc/NEWS.d/next/Library/2022-05-27-13-18-18.gh-issue-93297.e2zuHz.rst
new file mode 100644
index 0000000..a8e4cd9
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-05-27-13-18-18.gh-issue-93297.e2zuHz.rst
@@ -0,0 +1 @@
+Make asyncio task groups prevent child tasks from being GCed