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.
V
Victor Stinner committed
a47fc5c2ddcf86eb3cb1ad628d04bf3764cfce59
Parent: 9c1a9b2