Issue 30479: improve asyncio debugging (original) (raw)
Issue30479
Created on 2017-05-26 08:23 by tarek, last changed 2022-04-11 14:58 by admin. This issue is now closed.
Messages (2) | ||
---|---|---|
msg294536 - (view) | Author: Tarek Ziadé (tarek) * ![]() |
Date: 2017-05-26 08:23 |
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__ ? | ||
msg416308 - (view) | Author: Andrew Svetlov (asvetlov) * ![]() |
Date: 2022-03-29 23:48 |
asyncio doesn't crash with scary messages like "AttributeError: 'NoneType' object has no attribute '_PENDING'" now. Checked with Python 3.9+ |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:58:46 | admin | set | github: 74664 |
2022-03-29 23:48:23 | asvetlov | set | status: open -> closedresolution: out of datemessages: + stage: resolved |
2022-03-29 23:03:23 | iritkatriel | set | nosy: + asvetlov |
2017-05-26 14:42:34 | barry | set | nosy: + barry |
2017-05-26 08:23:42 | tarek | create |