diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-04 17:40:10 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-04 17:40:10 (GMT) |
commit | 9672da7bb44de9f71880f8daed14a4faff63c570 (patch) | |
tree | 6aa1a8b67b4135f9a834516b00b80168734c435e /Lib/test/test_linecache.py | |
parent | 35e5b72740893d84295282eef5681e13036ebb0b (diff) | |
download | cpython-9672da7bb44de9f71880f8daed14a4faff63c570.zip cpython-9672da7bb44de9f71880f8daed14a4faff63c570.tar.gz cpython-9672da7bb44de9f71880f8daed14a4faff63c570.tar.bz2 |
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.
Diffstat (limited to 'Lib/test/test_linecache.py')
0 files changed, 0 insertions, 0 deletions