[issue23209] asyncio: break some cycles

STINNER Victor report at bugs.python.org
Thu Jan 15 09:24:41 CET 2015


STINNER Victor added the comment:

I noticed that _ProactorBasePipeTransport doesn't clear its reference to the socket when it is closed. I changed this in the following commit (now merged in Python 3.4 & 3.5):
https://code.google.com/p/tulip/source/detail?r=61ce7def97272ab1a6488545dc392160c2fbe316

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23209>
_______________________________________


More information about the Python-bugs-list mailing list