SIGN IN SIGN UP

Issue #23285: Fix handling of EINTR in fileio.c

Fix handling of EINTR: don't return None if PyErr_CheckSignals() raised an
exception.

Initialize also the length outside the loop to only initialize it once.
V
Victor Stinner committed
9672da7bb44de9f71880f8daed14a4faff63c570
Parent: 35e5b72