# New Ticket Created by Paul Cochrane # Please include the string: [perl #46643] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=46643 >
In src/pmc/hash.pmc:get_repr() there is the todo item: /* TODO use freeze */ When one gets a representation of the hash contents via get_repr(), it would be good to have a freeze/thaw-type mechanism for returning the contents. (At least, that's my reading of what this one line comment means).