diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-06-12 21:57:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-12 21:57:11 (GMT) |
commit | 913fa1c8245d1cde6edb4254f4fb965cc91786ef (patch) | |
tree | d7d046fbad65a7e268c228fe548b2f669d72b0f0 /Modules | |
parent | 0d1942774a70d561dbaaa980742dd0927e8aa51a (diff) | |
download | cpython-913fa1c8245d1cde6edb4254f4fb965cc91786ef.zip cpython-913fa1c8245d1cde6edb4254f4fb965cc91786ef.tar.gz cpython-913fa1c8245d1cde6edb4254f4fb965cc91786ef.tar.bz2 |
bpo-37223, test_io: silence last 'Exception ignored in:' (GH-14029)
Use catch_unraisable_exception() to ignore 'Exception ignored in:'
error when the internal BufferedWriter of the BufferedRWPair is
destroyed. The C implementation doesn't give access to the
internal BufferedWriter, so just ignore the warning instead.
Diffstat (limited to 'Modules')
0 files changed, 0 insertions, 0 deletions