Skip to content
Snippets Groups Projects
Commit 3cd2c281 authored by Damien George's avatar Damien George
Browse files

py/emitnative: Cancel caught exception once handled to prevent reraise.

The native emitter keeps the current exception in a slot in its C stack
(instead of on its Python value stack), so when it catches an exception it
must explicitly clear that slot so the same exception is not reraised later
on.
parent b7352084
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment