Fix for stupid error (I need to remember to do a full 'make clean + make'
cycle before the tests...). Sorry.
This commit is contained in:
parent
57d5669f4b
commit
292a069b88
|
@ -117,7 +117,7 @@ because it continues living in the caller functions (those functions,
|
|||
after finishing using the substring, must DECREF it).
|
||||
*/
|
||||
|
||||
int
|
||||
Py_LOCAL_INLINE(int)
|
||||
_ParseTupleFinds (PyObject *args, PyObject **substring,
|
||||
Py_ssize_t *start, Py_ssize_t *end) {
|
||||
PyObject *tmp_substring;
|
||||
|
|
Loading…
Reference in New Issue