[New-bugs-announce] [issue30479] improve asyncio debugging

Tarek Ziadé report at bugs.python.org
Fri May 26 04:23:42 EDT 2017


New submission from Tarek Ziadé:

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__ ?

----------
components: asyncio
messages: 294536
nosy: tarek, yselivanov
priority: normal
severity: normal
status: open
title: improve asyncio debugging
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30479>
_______________________________________


More information about the New-bugs-announce mailing list