diff options
author | Damien George <damien.p.george@gmail.com> | 2019-08-21 16:08:43 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2019-08-28 12:31:53 +1000 |
commit | 08c1fe556915c912598d5a5d5db0f5942f3a333d (patch) | |
tree | 454282f0dc4875632c9d3e3881b257e5918736dd /examples/embedding/hello-embed.c | |
parent | 16f6169c88a5fd93b151149e561d177557fcc760 (diff) |
py/vm: Don't add traceback info for exceptions that are re-raised.
With this patch exceptions that are re-raised have improved tracebacks
(less confusing, match CPython), and it makes re-raise slightly more
efficient (in time and RAM) because they no longer need to add a traceback.
Also general VM performance is not measurably affected.
Partially fixes issue #2928.
Diffstat (limited to 'examples/embedding/hello-embed.c')
0 files changed, 0 insertions, 0 deletions