From: Guido van Rossum Date: Mon, 8 May 2000 14:04:54 +0000 (+0000) Subject: Trent Mick: X-Git-Tag: v2.0b1~1818 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c36ada1156b4d12a7a2390afe1bab91932f86d4;p=python Trent Mick: Add declaration of PyEval_SliceIndex(). --- diff --git a/Include/ceval.h b/Include/ceval.h index 8200e3cd1b..c7ad04f1bc 100644 --- a/Include/ceval.h +++ b/Include/ceval.h @@ -144,6 +144,9 @@ extern DL_IMPORT(void) PyEval_ReleaseThread Py_PROTO((PyThreadState *tstate)); #endif /* !WITH_THREAD */ +extern DL_IMPORT(int) _PyEval_SliceIndex Py_PROTO((PyObject *, int *)); + + #ifdef __cplusplus } #endif