Show More
@@ -1840,7 +1840,7 b' static PyObject *index_m_get(indexObject' | |||||
1840 | if (node_check(val, &node, &nodelen) == -1) |
|
1840 | if (node_check(val, &node, &nodelen) == -1) | |
1841 | return NULL; |
|
1841 | return NULL; | |
1842 | rev = index_find_node(self, node, nodelen); |
|
1842 | rev = index_find_node(self, node, nodelen); | |
1843 |
if (rev == |
|
1843 | if (rev == -3) | |
1844 | return NULL; |
|
1844 | return NULL; | |
1845 | if (rev == -2) |
|
1845 | if (rev == -2) | |
1846 | Py_RETURN_NONE; |
|
1846 | Py_RETURN_NONE; |
General Comments 0
You need to be logged in to leave comments.
Login now