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


In src/pmc/slice.pmc there is the todo item:

 * XXX self is a key chain (PMC constant), which shouldn't be modified
 *     finally this stuff should be call from packfiles thaw

It seems as though the routines following this comment (set_slice_start,
set_slice_next) are intended to be called from within PackFile's thaw()
functionality.  The note about the fact that the 'self' variable shouldn't
be modified probably means that there should be a check in these routines
that this is the case.

Reply via email to