Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
OS X 10.11
Description
On Linux, a Python socket object can be used for multiple connect attempts until eventually it's successfully connected.
On the other hand, on OS X, the socket object becomes invalid after the first failed attempt.
This was breaking python integration tests and also the cross test runner.