Files
cpython/Modules
Guido van Rossum 7b8bac106a Fix non-blocking connect() for Windows. Refactored the code
that retries the connect() call in timeout mode so it can be shared
between connect() and connect_ex(), and needs only a single #ifdef.

The test for this was doing funky stuff I don't approve of,
so I removed it in favor of a simpler test.  This allowed me
to implement a simpler, "purer" form of the timeout retry code.
Hopefully that's enough (if you want to be fancy, use non-blocking
mode and decode the errors yourself, like before).
2002-06-13 16:07:04 +00:00
..
2002-03-31 14:55:17 +00:00
2002-01-30 15:39:28 +00:00
2001-08-30 00:12:32 +00:00
2002-06-11 06:22:31 +00:00
2002-04-29 13:54:48 +00:00
2001-12-04 01:11:32 +00:00
2002-03-31 15:27:00 +00:00
2002-03-31 15:27:00 +00:00
2002-03-31 15:27:00 +00:00
2002-05-31 21:47:02 +00:00
2002-05-27 15:08:24 +00:00
2002-03-31 15:27:00 +00:00
2002-05-23 15:49:38 +00:00