Message261857
| Author | rbcollins |
|---|---|
| Recipients | chris.jerdonek, ezio.melotti, michael.foord, rbcollins |
| Date | 2016-03-16.18:35:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1458153316.96.0.413679142136.issue24959@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |