Issue #23694: Handle EINTR in _Py_open() and _Py_fopen_obj()
Retry open()/fopen() if it fails with EINTR and the Python signal handler doesn't raise an exception.
Showing
Please register or sign in to comment
Retry open()/fopen() if it fails with EINTR and the Python signal handler doesn't raise an exception.