• Victor Stinner's avatar
    bpo-31009: Fix support.fd_count() on Windows (#2862) · 302bbbe9
    Victor Stinner yazdı
    * bpo-31009: Fix support.fd_count() on Windows
    
    On Windows, test.support.fd_count() now calls
    msvcrt.CrtSetReportMode() to not kill the process nor log any error
    on stderr on os.dup(fd) if the file descriptor is invalid.
    
    * Fix for release mode
    302bbbe9
test_regrtest.py 34.5 KB