From: Facundo Batista Date: Fri, 16 Nov 2007 18:41:24 +0000 (+0000) Subject: Fix for stupid error (I need to remember to do a full 'make clean + make' X-Git-Tag: v2.6a1~1047 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=292a069b88b72d910dee2e70a98af5d63982ebd1;p=python Fix for stupid error (I need to remember to do a full 'make clean + make' cycle before the tests...). Sorry. --- diff --git a/Objects/stringlib/find.h b/Objects/stringlib/find.h index 38f13ab66f..d3490b902f 100644 --- a/Objects/stringlib/find.h +++ b/Objects/stringlib/find.h @@ -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;