# New Ticket Created by Paul Cochrane # Please include the string: [perl #46081] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46081 >
In src/pmc/parrotio.pmc:open() there is the todo item (with some context): /* XXX layer is stored twice - which is used when */ io->stack = l; PMC_struct_val(pio) = l; Determine which of the two (same) instances of the layer is actually being used and when, and (I guess) decide if it's really necessary.
