mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
302bbbe9ba
* 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