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 Albert.Zeyer
Recipients Albert.Zeyer, Seth.Troisi, nneonneo, serhiy.storchaka
Date 2020-01-13.09:19:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578907181.7.0.852951773541.issue39318@roundup.psfhosted.org>
In-reply-to
Content
Instead of `except:` and `except BaseException:`, I think better use `except Exception:`.

For further discussion and reference, also see the discussion here: https://news.ycombinator.com/item?id=22028581
History
Date User Action Args
2020-01-13 09:19:41Albert.Zeyersetrecipients: + Albert.Zeyer, nneonneo, Seth.Troisi, serhiy.storchaka
2020-01-13 09:19:41Albert.Zeyersetmessageid: <1578907181.7.0.852951773541.issue39318@roundup.psfhosted.org>
2020-01-13 09:19:41Albert.Zeyerlinkissue39318 messages
2020-01-13 09:19:41Albert.Zeyercreate