[New-bugs-announce] [issue33037] Skip sending/receiving after SSL transport closing

Andrew Svetlov report at bugs.python.org
Fri Mar 9 16:00:42 EST 2018


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

Now asyncio raises exceptions like "None type has no method feed_appdata" because self._sslpipe is set to None on closing.


See https://github.com/aio-libs/aiohttp/issues/2546 for more details.

IMHO the fix should just skip accessing self._sslpipe methods if the pipe was deleted.

----------
components: Library (Lib), asyncio
messages: 313505
nosy: asvetlov, yselivanov
priority: normal
severity: normal
status: open
title: Skip sending/receiving after SSL transport closing
versions: Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list