/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.12.13
Include/cpython/fileutils.h
8 строк
232 B
Victor Stinner
bpo-46303: Move fileutils.h private functions to internal C API (GH-30484)
11 янв 2022, 13:56
Не верифицирован
11 янв 2022, 13:56
ea1a545
Код
Авторство
О чём код?
#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);