gh-127350: Add Py_fopen() function #135542
Annotations
2 errors and 2 warnings
Build CPython:
Python/sysmodule.c#L2359
implicit declaration of function ‘_Py_fopen_obj’; did you mean ‘_Py_wfopen’? [-Werror=implicit-function-declaration]
|
Build CPython
Process completed with exit code 2.
|
Build CPython
‘__builtin_strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation]
|
Build CPython:
Python/sysmodule.c#L2359
initialization of ‘FILE *’ from ‘int’ makes pointer from integer without a cast [-Wint-conversion]
|
Loading