SIGN IN SIGN UP

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.
V
Victor Stinner committed
913fa1c8245d1cde6edb4254f4fb965cc91786ef
Parent: 0d19427
Committed by GitHub <noreply@github.com> on 6/12/2019, 9:57:11 PM