SIGN IN SIGN UP

gh-84808: socket.connect_ex: Handle negative errno (GH-122304)

POSIX allows errno to be negative.
Even though all currently supported platforms have non-negative errno,
relying on a quirk like that would make Python less portable.
J
Jérôme Duval committed
65fcaa38ada727b504ec60ae283caf8e3ebbb845
Parent: d8f3c1e
Committed by GitHub <noreply@github.com> on 9/9/2024, 2:59:13 PM