[New-bugs-announce] [issue36840] Add stream.abort() async method

Andrew Svetlov report at bugs.python.org
Tue May 7 16:10:06 EDT 2019


New submission from Andrew Svetlov <andrew.svetlov at gmail.com>:

It should call underlying `transport.abort()`, then wait for closing event (`await self.wait_closed()`)

----------
components: asyncio
messages: 341811
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Add stream.abort() async method
versions: Python 3.8

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


More information about the New-bugs-announce mailing list