mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Trent Mick:
Add declaration of PyEval_SliceIndex().
This commit is contained in:
parent
80dc16baaa
commit
7c36ada115
1 changed files with 3 additions and 0 deletions
|
|
@ -144,6 +144,9 @@ extern DL_IMPORT(void) PyEval_ReleaseThread Py_PROTO((PyThreadState *tstate));
|
||||||
|
|
||||||
#endif /* !WITH_THREAD */
|
#endif /* !WITH_THREAD */
|
||||||
|
|
||||||
|
extern DL_IMPORT(int) _PyEval_SliceIndex Py_PROTO((PyObject *, int *));
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue