• 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
Adı
Son kayıt (commit)
Son güncelleme
..
__init__.py Loading commit data...
cmdline.py Loading commit data...
main.py Loading commit data...
refleak.py Loading commit data...
runtest.py Loading commit data...
runtest_mp.py Loading commit data...
save_env.py Loading commit data...
setup.py Loading commit data...