v0.23.3
Fix try/finally block Not having an exception catching block is quite legal, so we shouldn't assume that there is one. At which point, we should avoid placeholders for finding exception types, so we don't try to get the string content of a NIL_VAL, which results in a segfault.