# New Ticket Created by Paul Cochrane # Please include the string: [perl #46405] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46405 >
In src/exit.c:Parrot_exit() there is the todo item (with some context): /* call all the exit handlers */ TODO reset stacktop or better disable GC Make a decision as to which is better to do; reset stacktop or disable GC and then implement as appropriate.