Skip to content

Commit

Permalink
Update Misc/NEWS.d/next/Library/2025-01-06-18-41-08.gh-issue-128552.f…
Browse files Browse the repository at this point in the history
…V-f8j.rst
  • Loading branch information
graingert authored Jan 6, 2025
1 parent 9700ebf commit fe83add
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix cyclic garbage introduced by :meth:`loop.create_task` and :meth:`asyncio.TaskGroup.create_task` holding a reference to the created task.
Fix cyclic garbage introduced by :meth:`asyncio.loop.create_task` and :meth:`asyncio.TaskGroup.create_task` holding a reference to the created task if it is eager.

0 comments on commit fe83add

Please sign in to comment.