summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorThomas Grainger <tagrain@gmail.com>2024-10-14 22:45:58 (GMT)
committerGitHub <noreply@github.com>2024-10-14 22:45:58 (GMT)
commit0b28ea4a35dc7c68c97127f7aad8f0175d77c520 (patch)
tree17d084f9ece3e282b1d745eadfd395bcfc6024c8 /Misc
parent1bffd7a2a738506a4ad50c6c3c2c32926cce6d14 (diff)
downloadcpython-0b28ea4a35dc7c68c97127f7aad8f0175d77c520.zip
cpython-0b28ea4a35dc7c68c97127f7aad8f0175d77c520.tar.gz
cpython-0b28ea4a35dc7c68c97127f7aad8f0175d77c520.tar.bz2
gh-124958: Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles ... (#125486)
* Revert "gh-125472: Revert "gh-124958: fix asyncio.TaskGroup and _PyFuture refcycles (#12… (#125476)" This reverts commit e99650b80ace3893c2a80b3f2a4aca99cb305191. * fix incompatability with gh-124392
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2024-10-04-08-46-00.gh-issue-124958.rea9-x.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-10-04-08-46-00.gh-issue-124958.rea9-x.rst b/Misc/NEWS.d/next/Library/2024-10-04-08-46-00.gh-issue-124958.rea9-x.rst
new file mode 100644
index 0000000..534d5bb
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2024-10-04-08-46-00.gh-issue-124958.rea9-x.rst
@@ -0,0 +1 @@
+Fix refcycles in exceptions raised from :class:`asyncio.TaskGroup` and the python implementation of :class:`asyncio.Future`