You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
232 B
8 lines
232 B
#ifndef Py_CPYTHON_FILEUTILS_H
|
|
# error "this header file must not be included directly"
|
|
#endif
|
|
|
|
// Used by _testcapi which must not use the internal C API
|
|
PyAPI_FUNC(FILE*) _Py_fopen_obj(
|
|
PyObject *path,
|
|
const char *mode);
|
|
|