summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2022-08-06-12-18-07.gh-issue-88863.NnqsuJ.rst
blob: 23f8cb01cf0ac89f3f9a8fee34c3cfa6929a5502 (plain)
1
2
3
To avoid apparent memory leaks when :func:`asyncio.open_connection` raises,
break reference cycles generated by local exception and future instances
(which has exception instance as its member var). Patch by Dong Uk, Kang.