Back to home page

EIC code displayed by LXR

 
 

    


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

0001 #ifndef Py_INTERNAL_PYCAPSULE_H
0002 #define Py_INTERNAL_PYCAPSULE_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 // Export for '_socket' shared extension
0012 PyAPI_FUNC(int) _PyCapsule_SetTraverse(PyObject *op, traverseproc traverse_func, inquiry clear_func);
0013 
0014 #ifdef __cplusplus
0015 }
0016 #endif
0017 #endif /* !Py_INTERNAL_PYCAPSULE_H */