You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix socket bugs caused by switching to a newer MSVC compiler
Windows uses different error codes than Unix does, and our socket code
was only checking for Unix errors by number. This was causing some
things to fail that should have worked.
I believe that in the newer Python's that these errors are folded from
the Windows errors to Unix errors, but I can't find where to do that
here in Python2.
0 commit comments