summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-09-12-10-33-44.bpo-34638.xaeZX5.rst
blob: 13b3952a98eb20fc0627d9bb836c633031d16c29 (plain)
1
2
3
Store a weak reference to stream reader to break strong references loop
between reader and protocol.  It allows to detect and close the socket if
the stream is deleted (garbage collected) without ``close()`` call.