New submission from Andrew Svetlov <andrew.svet...@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 <rep...@bugs.python.org> <https://bugs.python.org/issue33037> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com