• Victor Stinner's avatar
    bpo-25588: Fix regrtest when run inside IDLE (#3962) · ccef8239
    Victor Stinner yazdı
    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.
    ccef8239
setup.py 4.97 KB