STINNER Victor <vstin...@redhat.com> added the comment:

I'm interested to modify regrtest (test runner of the Python test suite) to use 
sys.unraisablehook(). It would be nice to add an option to display again *all* 
unraisable exceptions in the test summary, at the end.

I did a similar experimentation for any warnings, so my implementation was 
fragile because regrtest was hard to extend. That's why I introduced a new 
TestResult type: to be able to add more fields without breaking all the code. 
Prevously, a test result was a tuple which was manually unpacked. So adding a 
new field could break code which wasn't updated to handle new fields.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36829>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to