diff options
author | Thomas Grainger <tagrain@gmail.com> | 2024-10-14 22:45:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-14 22:45:58 (GMT) |
commit | 0b28ea4a35dc7c68c97127f7aad8f0175d77c520 (patch) | |
tree | 17d084f9ece3e282b1d745eadfd395bcfc6024c8 /Misc | |
parent | 1bffd7a2a738506a4ad50c6c3c2c32926cce6d14 (diff) | |
download | cpython-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.rst | 1 |
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` |