# New Ticket Created by  Paul Cochrane 
# Please include the string:  [perl #46691]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46691 >


In src/pmc/exception.pmc:shift_pmc() there is the todo item:

    PMC *shift_pmc() {
        /* fprintf(stderr, "don't do that then\n"); XXX */
        return PMCNULL;
    }

Since the error is commented out, do we need this code (and its associated
todo item)?  Or, is there something wrong with silently ignoring this
method (as documented in the file)?

Reply via email to