[issue23243] asyncio: emit ResourceWarning warnings if transports/event loops are not explicitly closed

STINNER Victor report at bugs.python.org
Thu Jan 15 14:35:23 CET 2015


STINNER Victor added the comment:

I fixed a lot of methods and tests to ensure that all event loops and transports are properly closed. These changes were required to prepare the integration of this change.

Many changed were real bug fixes: closing explicitly tranports on error avoids to leak resources.

Some ResourceWarning are still emited on SSL server tests.

----------

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


More information about the Python-bugs-list mailing list