Show More
@@ -202,9 +202,9 b' static PyObject *parse_dirstate(PyObject' | |||
|
202 | 202 | } |
|
203 | 203 | |
|
204 | 204 | entry = Py_BuildValue("ciii", state, mode, size, mtime); |
|
205 | PyObject_GC_UnTrack(entry); /* don't waste time with this */ | |
|
206 | 205 | if (!entry) |
|
207 | 206 | goto quit; |
|
207 | PyObject_GC_UnTrack(entry); /* don't waste time with this */ | |
|
208 | 208 | |
|
209 | 209 | cpos = memchr(cur, 0, flen); |
|
210 | 210 | if (cpos) { |
General Comments 0
You need to be logged in to leave comments.
Login now