gh-127350: Add Py_fopen() function #135542
Annotations
2 errors and 1 warning
Build CPython out-of-tree (for compiler warning check):
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 (for compiler warning check)
Process completed with exit code 2.
|
Build CPython out-of-tree (for compiler warning check):
Python/sysmodule.c#L2359
initialization of ‘FILE *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|
Loading