gh-127350: Add Py_fopen() function #135542
Annotations
3 errors and 1 warning
|
Build CPython out-of-tree:
Python/sysmodule.c#L2359
implicit declaration of function ‘_Py_fopen_obj’; did you mean ‘_Py_wfopen’? [-Werror=implicit-function-declaration]
|
Build CPython out-of-tree
The operation was canceled.
|
Build CPython out-of-tree:
Python/sysmodule.c#L2359
initialization of ‘FILE *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|
Loading