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 veky
Recipients cool-RR, ethan.furman, martin.panter, veky
Date 2020-02-24.08:44:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582533873.73.0.512521373261.issue39717@roundup.psfhosted.org>
In-reply-to
Content
I guess https://bugs.python.org/issue39728 is a perfect example of "previous exception not adding any value". :-) And I think it isn't a coincidence that it happens in "your" module.

The morale: we think about exceptions in different ways, and it's hard to say what's the right way. Maybe we should just change the wording to imply that __context__ exception didn't spontaneously "occur", but was explicitly "raised" by a handler.
History
Date User Action Args
2020-02-24 08:44:33vekysetrecipients: + veky, cool-RR, ethan.furman, martin.panter
2020-02-24 08:44:33vekysetmessageid: <1582533873.73.0.512521373261.issue39717@roundup.psfhosted.org>
2020-02-24 08:44:33vekylinkissue39717 messages
2020-02-24 08:44:33vekycreate