Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

PR 6606 replaces PyErr_Clear() with PyErr_WriteUnraisable(). This may add an 
unexpected noise at shutdown' but on other hand, this may be a helpful 
information in the case if something wrong happen. It doesn't produce 
additional output when run all tests, this means that that all is successful. I 
wonder in which circumstance that output will be occurred.

----------

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

Reply via email to