mirror of https://github.com/python/cpython
parent
80dc16baaa
commit
7c36ada115
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue