1#ifndef Py_CPYTHON_FILEUTILS_H
2#  error "this header file must not be included directly"
3#endif
4
5// Used by _testcapi which must not use the internal C API
6PyAPI_FUNC(FILE*) _Py_fopen_obj(
7    PyObject *path,
8    const char *mode);
9