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


In languages/APL/src/pmc/aplvector.pmc:set_shape() there is the todo item:

/* XXX clone this? */
VTABLE_push_pmc(INTERP, SELF, VTABLE_get_pmc_keyed_int(INTERP, SELF, pos));

Should a clone operation be used here?  (Or should the operation itself
be cloned?).  Either way, there is something here which needs cloning, 
and it'd be great if someone were able to do this.

Reply via email to