This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, yselivanov
Date 2018-03-09.21:00:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520629242.5.0.467229070634.issue33037@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-03-09 21:00:42asvetlovsetrecipients: + asvetlov, yselivanov
2018-03-09 21:00:42asvetlovsetmessageid: <1520629242.5.0.467229070634.issue33037@psf.upfronthosting.co.za>
2018-03-09 21:00:42asvetlovlinkissue33037 messages
2018-03-09 21:00:42asvetlovcreate