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.
|