This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, xxm
Date 2021-01-07.13:43:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1610027029.82.0.84004945673.issue42858@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2021-01-07 13:43:49christian.heimessetrecipients: + christian.heimes, xxm
2021-01-07 13:43:49christian.heimessetmessageid: <1610027029.82.0.84004945673.issue42858@roundup.psfhosted.org>
2021-01-07 13:43:49christian.heimeslinkissue42858 messages
2021-01-07 13:43:49christian.heimescreate