diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2015-03-04 18:40:10 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2015-03-04 18:40:10 +0100 |
commit | 9672da7bb44de9f71880f8daed14a4faff63c570 (patch) | |
tree | 6aa1a8b67b4135f9a834516b00b80168734c435e /Python/formatter_unicode.c | |
parent | 35e5b72740893d84295282eef5681e13036ebb0b (diff) | |
download | cpython-git-9672da7bb44de9f71880f8daed14a4faff63c570.tar.gz |
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 'Python/formatter_unicode.c')
0 files changed, 0 insertions, 0 deletions