summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-09-08 15:39:20 (GMT)
committerGitHub <noreply@github.com>2022-09-08 15:39:20 (GMT)
commit280130f035ff9eb28b3bd0e842764c7f935611fc (patch)
tree3919ad4f0018d798cde148443b4990f3a17d2701 /Misc
parent19b94bc136b188d3da5ab8d02b93eb55a48bc641 (diff)
downloadcpython-280130f035ff9eb28b3bd0e842764c7f935611fc.zip
cpython-280130f035ff9eb28b3bd0e842764c7f935611fc.tar.gz
cpython-280130f035ff9eb28b3bd0e842764c7f935611fc.tar.bz2
gh-90467: StreamReaderProtocol - add strong reference to created task (GH-96323)
(cherry picked from commit e860e521ec0d84e175269aeb15cf24bd6053ad17) Co-authored-by: Kirill <iam@python273.pw>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS2
-rw-r--r--Misc/NEWS.d/next/Library/2022-08-27-14-38-49.gh-issue-90467.VOOB0p.rst2
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index fc1dcaf..a78c086 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1428,6 +1428,7 @@ Ram Rachum
Jeffrey Rackauckas
Jérôme Radix
Burton Radons
+Kirill (python273) R.
Abhilash Raj
Shorya Raj
Dhushyanth Ramasamy
@@ -1966,6 +1967,7 @@ Gordon Worley
Darren Worrall
Thomas Wouters
Daniel Wozniak
+Simon Wrede
Marcin Niemira
Wei Wu
Heiko Wundram
diff --git a/Misc/NEWS.d/next/Library/2022-08-27-14-38-49.gh-issue-90467.VOOB0p.rst b/Misc/NEWS.d/next/Library/2022-08-27-14-38-49.gh-issue-90467.VOOB0p.rst
new file mode 100644
index 0000000..282c0e7
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2022-08-27-14-38-49.gh-issue-90467.VOOB0p.rst
@@ -0,0 +1,2 @@
+Fix :class:`asyncio.streams.StreamReaderProtocol` to keep a strong reference
+to the created task, so that it's not garbage collected