Date: 2008-05-25 23:47
Sender: Paul Brannan
Good catch. Unfortunately the patch causes all modules to share
the same exception handler, which isn't the desired behavior.
The handler itself is intentionally leaked to work around a flaw
in the Ruby API. I have another branch which works around this
flaw in a different way, so it is no longer necessary to leak
the handler. This bug should be addressed with the next release
of Rice.
Thanks for the patch! |