Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-30 10:18:03

0001 #ifndef Py_CPYTHON_FILEUTILS_H
0002 #  error "this header file must not be included directly"
0003 #endif
0004 
0005 // Used by _testcapi which must not use the internal C API
0006 PyAPI_FUNC(FILE*) _Py_fopen_obj(
0007     PyObject *path,
0008     const char *mode);