238
239
state._dirblocks = [('', []), ('', [])]
239
240
current_block = state._dirblocks[0][1]
250
247
if (strcmp(dirname_str, current_dirname_str) != 0):
251
248
# new block - different dirname
253
250
current_dirname_str = dirname_str
255
251
PyList_Append(state._dirblocks,
256
252
(<object>dirname, current_block))
257
253
PyList_Append(current_block, entry)