Christian Heimes <li...@cheimes.de> added the comment:

The exceptions are ignored (Exception ignored in) on shutdown and therefore 
don't cause the interpreter to fail with an error code. Unraisable exceptions 
typically occur when the interpreter is mostly shut down and garbage 
collection, import or atexit hook is triggered as a side-effect.

----------
nosy: +christian.heimes

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

Reply via email to