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 serhiy.storchaka
Recipients brett.cannon, eric.snow, miss-islington, ncoghlan, pitrou, serhiy.storchaka, vstinner
Date 2018-04-25.18:56:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524682588.93.0.682650639539.issue33330@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-04-25 18:56:28serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ncoghlan, pitrou, vstinner, eric.snow, miss-islington
2018-04-25 18:56:28serhiy.storchakasetmessageid: <1524682588.93.0.682650639539.issue33330@psf.upfronthosting.co.za>
2018-04-25 18:56:28serhiy.storchakalinkissue33330 messages
2018-04-25 18:56:28serhiy.storchakacreate