[issue36840] Add stream.abort() async method

Yury Selivanov report at bugs.python.org
Tue May 7 16:15:52 EDT 2019


Yury Selivanov <yselivanov at gmail.com> added the comment:

If we're just calling socket.close(), then what's the point of waiting for connection_lost?  (I remember us discussing this, but I don't quite remember the details).

Usually .abort() is a synchronous method, which kind of signals that "i want to close this immediately and I don't care what happens to it".

----------

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


More information about the Python-bugs-list mailing list