mirror of
https://github.com/python/cpython.git
synced 2026-05-16 09:29:00 -04:00
ccef823939
When regrtest in run inside IDLE, sys.stdout and sys.stderr are not TextIOWrapper objects and have no file descriptor associated: sys.stderr.fileno() raises io.UnsupportedOperation. Disable faulthandler and don't replace sys.stdout in that case.