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 tarek
Recipients tarek, yselivanov
Date 2017-05-26.08:23:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495787022.39.0.794943633831.issue30479@psf.upfronthosting.co.za>
In-reply-to
Content
This is a very useful trick to understand why the loop cleanup generates  a lot of "Exception ignored in: <object repr() failed>"

https://github.com/python/asyncio/issues/423#issuecomment-268882753

Could we consider including it in Task.__del__ ?
History
Date User Action Args
2017-05-26 08:23:42tareksetrecipients: + tarek, yselivanov
2017-05-26 08:23:42tareksetmessageid: <1495787022.39.0.794943633831.issue30479@psf.upfronthosting.co.za>
2017-05-26 08:23:42tareklinkissue30479 messages
2017-05-26 08:23:42tarekcreate