diff options
Diffstat (limited to 'Include/internal/pycore_sliceobject.h')
| -rw-r--r-- | Include/internal/pycore_sliceobject.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/internal/pycore_sliceobject.h b/Include/internal/pycore_sliceobject.h index e81834c041..98665c3859 100644 --- a/Include/internal/pycore_sliceobject.h +++ b/Include/internal/pycore_sliceobject.h @@ -13,6 +13,8 @@ extern "C" { extern void _PySlice_Fini(PyInterpreterState *); +extern PyObject * +_PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop); #ifdef __cplusplus } |
