Details
Description
See linked issue patch file.
Currently, Boo's exception handling routines emit a hidden variable when there is an anonymous exception handler of the form:
except: pass
This unused variable causes style errors when verified by FxCop. As well, the variable should never be able created as the user never asked for it and, by using an anonymous exception handler, didn't want it.
The patch for this issue is conjoined with
BOO-877BOO-877