Issue #24732, #23834: Fix sock_accept_impl() on Windows
accept() returns INVALID_SOCKET on error, it's not necessary a negative number.
V
Victor Stinner committed
bea232a15fc818341217901772c7e622e9f9332d
Parent: 0659c43
accept() returns INVALID_SOCKET on error, it's not necessary a negative number.