Staging
v0.5.1
https://github.com/python/cpython
Revision 9672da7bb44de9f71880f8daed14a4faff63c570 authored by Victor Stinner on 04 March 2015, 17:40:10 UTC, committed by Victor Stinner on 04 March 2015, 17:40:10 UTC
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.
1 parent 35e5b72
History
Tip revision: 9672da7bb44de9f71880f8daed14a4faff63c570 authored by Victor Stinner on 04 March 2015, 17:40:10 UTC
Issue #23285: Fix handling of EINTR in fileio.c
Tip revision: 9672da7
File Mode Size
Grammar -rw-r--r-- 6.0 KB

back to top