fileutils.h 232 B

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