[issue31015] PyErr_WriteUnraisable should be more verbose in Python 2.7

2020-02-26 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: It is too late for 2.7. -- nosy: +serhiy.storchaka resolution: -> wont fix stage: -> resolved status: open -> closed ___ Python tracker

[issue31015] PyErr_WriteUnraisable should be more verbose in Python 2.7

2017-07-24 Thread Christian Aguilera
New submission from Christian Aguilera: When an exception is raised in a __del__ method or a finalizer (i.e. a weakref callback), only the exception name is printed out. Unfortunately, arbitrarily complex code can be involved which makes debugging quite tedious. It would be nice to display the