Message261857
Yes, it is... ish.
The frame skipping code occurs when we serialise exceptions, and we pass a limit in. The limit is calculated on the main exception only. If the cause has a longer exception than the limit we calculated, you'd see this behaviour.
Probably need to make it possible to do per-exception processing of limit: I think via a callback or similar mechanism in traceback (because the cause might have thrown from some code that is also marked __unittest, so if we're honouring that, we should honour it within each exception. |
|
| Date |
User |
Action |
Args |
| 2016-03-16 18:35:17 | rbcollins | set | recipients:
+ rbcollins, ezio.melotti, michael.foord, chris.jerdonek |
| 2016-03-16 18:35:16 | rbcollins | set | messageid: <1458153316.96.0.413679142136.issue24959@psf.upfronthosting.co.za> |
| 2016-03-16 18:35:16 | rbcollins | link | issue24959 messages |
| 2016-03-16 18:35:16 | rbcollins | create | |
|