Where Online Learning is simpler!
The C and C++ Include Header Files
/usr/include/python3.12/internal/pycore_sliceobject.h
$ cat -n /usr/include/python3.12/internal/pycore_sliceobject.h 1 #ifndef Py_INTERNAL_SLICEOBJECT_H 2 #define Py_INTERNAL_SLICEOBJECT_H 3 #ifdef __cplusplus 4 extern "C" { 5 #endif 6 7 #ifndef Py_BUILD_CORE 8 # error "this header requires Py_BUILD_CORE define" 9 #endif 10 11 12 /* runtime lifecycle */ 13 14 extern void _PySlice_Fini(PyInterpreterState *); 15 16 extern PyObject * 17 _PyBuildSlice_ConsumeRefs(PyObject *start, PyObject *stop); 18 19 #ifdef __cplusplus 20 } 21 #endif 22 #endif /* !Py_INTERNAL_SLICEOBJECT_H */
Contact us
|
About us
|
Term of use
|
Copyright © 2000-2025 MyWebUniversity.com ™