Message315757
| 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:28 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, ncoghlan, pitrou, vstinner, eric.snow, miss-islington |
| 2018-04-25 18:56:28 | serhiy.storchaka | set | messageid: <1524682588.93.0.682650639539.issue33330@psf.upfronthosting.co.za> |
| 2018-04-25 18:56:28 | serhiy.storchaka | link | issue33330 messages |
| 2018-04-25 18:56:28 | serhiy.storchaka | create | |