[issue36709] Asyncio SSL keep-alive connections raise errors after loop close.

Andrew Svetlov report at bugs.python.org
Thu May 30 10:52:05 EDT 2019


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

It's not about streams only.
The stream protocol can have such flag, sure.

But transport emits a warning like "unclosed transport ..."

Not sure if we have to drop this warning, it enforces writing good code that controls all created resources lifecycle.

----------

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


More information about the Python-bugs-list mailing list