cpython/Lib/test/support
Victor Stinner 302bbbe9ba bpo-31009: Fix support.fd_count() on Windows (#2862)
* 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
2017-07-25 17:45:53 +02:00
..
__init__.py bpo-31009: Fix support.fd_count() on Windows (#2862) 2017-07-25 17:45:53 +02:00
script_helper.py bpo-28180: Implementation for PEP 538 (#659) 2017-06-11 13:16:15 +10:00