# New Ticket Created by Paul Cochrane # Please include the string: [perl #45965] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=45965 >
In src/objects.c there is the todo item within Parrot_get_vtable_index(): /* XXX slot_names still have __ in front */ const INTVAL cmp = strcmp(name_c, meth_c + 2); I'm guessing by this comment that they shouldn't anymore...