[issue47077] test_asyncio ignores exception in _ProactorBasePipeTransport.__del__: RuntimeError('Event loop is closed')

Andrew Svetlov report at bugs.python.org
Thu Mar 24 16:26:29 EDT 2022


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Perhaps the proactor should just silently skip protocol events if the event loop is closed.
Selector-based event loops do it implicitly already.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue47077>
_______________________________________


More information about the Python-bugs-list mailing list