Comment 8 for bug 522804

Revision history for this message
Harish Narayanan (hnarayanan) wrote :

Also, it appears to work when I comment out the following lines (5225--5227) in bzrlib/_dirstate_helpers_pyx.c. I don't know of the implications of doing so, as I am not able to understand the pyrex generated code.

/* Py_DECREF(__pyx_v_old_path_u); */
/* Py_DECREF(__pyx_v_path_u); */
/* Py_DECREF(__pyx_v_source_kind); */