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