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:
Facundo Batista 2007-11-16 18:41:24 +00:00
parent 57d5669f4b
commit 292a069b88
1 changed files with 1 additions and 1 deletions

View File

@ -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;