# New Ticket Created by Paul Cochrane
# Please include the string: [perl #46703]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46703 >
In src/pmc/exception_handler.pmc there is the todo item:
* can't reuse Continuation's destroy yet -
* XXX fix ref_count handling for exception_handlers first
So, ref_count handling for exception_handlers needs to be implemented, and
then we can reuse Continuations destroy(). Do this (please).