Message367926
FYI, I was able to finish addressing the other exception-chaining cases (the ones covered by the other issue) with a simple change to the fix for this PR.
I moved the call to _PyErr_ChainExceptions() a bit deeper: into gen_send_ex() before the call to _PyEval_EvalFrame(), and behind an `if (exc)` check.
So I think the tracebacks should improve a lot. |
|
Date |
User |
Action |
Args |
2020-05-02 11:48:24 | chris.jerdonek | set | recipients:
+ chris.jerdonek, gvanrossum, vstinner, ned.deily, njs, hynek, martin.panter, yselivanov |
2020-05-02 11:48:24 | chris.jerdonek | set | messageid: <1588420104.6.0.399268731152.issue29587@roundup.psfhosted.org> |
2020-05-02 11:48:24 | chris.jerdonek | link | issue29587 messages |
2020-05-02 11:48:24 | chris.jerdonek | create | |
|