Show More
@@ -1529,10 +1529,6 b' static PyObject *index_ancestors(indexOb' | |||||
1529 | ret = gca; |
|
1529 | ret = gca; | |
1530 | Py_INCREF(gca); |
|
1530 | Py_INCREF(gca); | |
1531 | } |
|
1531 | } | |
1532 | else if (PyList_GET_SIZE(gca) == 1) { |
|
|||
1533 | ret = PyList_GET_ITEM(gca, 0); |
|
|||
1534 | Py_INCREF(ret); |
|
|||
1535 | } |
|
|||
1536 | else ret = find_deepest(self, gca); |
|
1532 | else ret = find_deepest(self, gca); | |
1537 |
|
1533 | |||
1538 | done: |
|
1534 | done: |
General Comments 0
You need to be logged in to leave comments.
Login now