You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Filter out the same socket-closing errors on flush as on write
Before this change, if a broken-pipe or similar error happened in the
call to `flush()` instead of `raw_print()`, it would not be suppressed
but instead surfaced to the caller.
0 commit comments