Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-11-19 09:50:50

0001 #ifndef Py_INTERNAL_SLICEOBJECT_H
0002 #define Py_INTERNAL_SLICEOBJECT_H
0003 #ifdef __cplusplus
0004 extern "C" {
0005 #endif
0006 
0007 #ifndef Py_BUILD_CORE
0008 #  error "this header requires Py_BUILD_CORE define"
0009 #endif
0010 
0011 
0012 /* runtime lifecycle */
0013 
0014 PyAPI_FUNC(PyObject *)
0015 _PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop);
0016 
0017 #ifdef __cplusplus
0018 }
0019 #endif
0020 #endif /* !Py_INTERNAL_SLICEOBJECT_H */