821
821
cdef char result[6*4] # 6 long ints
830
831
packed = PyString_FromStringAndSize(result, 6*4)
831
832
return _encode(packed)[:-1]
834
840
def update_entry(self, entry, abspath, stat_value):
835
841
"""Update the entry based on what is actually on disk.