1) the new sequence to install an exception handler now is:
push_eh catch_label
2) Please replace code using set_eh, e.g.:
newsub Px, .Exception_Handler, catch_label set_eh Px
with the new one-liner.
3) The set_eh opcode will remain valid until the next opcode cleanup.
Thanks, leo