Skip to content

Commit 7c36ada

Browse files
committed
Trent Mick:
Add declaration of PyEval_SliceIndex().
1 parent 80dc16b commit 7c36ada

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Include/ceval.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,9 @@ extern DL_IMPORT(void) PyEval_ReleaseThread Py_PROTO((PyThreadState *tstate));
144144

145145
#endif /* !WITH_THREAD */
146146

147+
extern DL_IMPORT(int) _PyEval_SliceIndex Py_PROTO((PyObject *, int *));
148+
149+
147150
#ifdef __cplusplus
148151
}
149152
#endif

0 commit comments

Comments
 (0)