Files
cpython/Modules/_io
Victor Stinner 9672da7bb4 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.
2015-03-04 18:40:10 +01:00
..
2014-12-21 21:00:51 -06:00
2014-12-21 21:00:51 -06:00