Closed
Description
It looks like no RAISE event is emitted for a bare raise in an except: clause or at the end of a finally: clause that implicitly reraises an exception. I don't know whether this a problem with the implementation or it should simply be documented that this is to be expected.
I mentioned this in #103082 but was encouraged to create a separate bug for it.