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
output/vt100: Cope with stdout not having a working fileno()
When the application is using an io.StringIO(), its isatty() properly
returns False but its fileno() raises io.UnsupportedOperation, so we
have to cope with it.
Fixes#1136
0 commit comments