Show More
@@ -7,6 +7,7 b'' | |||||
7 | the GNU General Public License, incorporated herein by reference. |
|
7 | the GNU General Public License, incorporated herein by reference. | |
8 | */ |
|
8 | */ | |
9 |
|
9 | |||
|
10 | #define PY_SSIZE_T_CLEAN | |||
10 | #include <Python.h> |
|
11 | #include <Python.h> | |
11 | #include <assert.h> |
|
12 | #include <assert.h> | |
12 | #include <ctype.h> |
|
13 | #include <ctype.h> | |
@@ -1947,7 +1948,7 b' static int index_populate_nt(indexObject' | |||||
1947 | static PyObject *index_partialmatch(indexObject *self, PyObject *args) |
|
1948 | static PyObject *index_partialmatch(indexObject *self, PyObject *args) | |
1948 | { |
|
1949 | { | |
1949 | const char *fullnode; |
|
1950 | const char *fullnode; | |
1950 |
|
|
1951 | Py_ssize_t nodelen; | |
1951 | char *node; |
|
1952 | char *node; | |
1952 | int rev, i; |
|
1953 | int rev, i; | |
1953 |
|
1954 |
General Comments 0
You need to be logged in to leave comments.
Login now