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
This is happening when I run the test suite on OSX. This does not occur on Linux (Ubuntu 12.04). I've narrowed down the issue to the use of socket.connect followed by a socket.sendto: according to the docs, you shouldn't do this.
I made a small script to reproduce the problem, and have confirmed the differing behaviors on OSX and Linux.
More detailed output is here: http://pastebin.com/UnYMaLKe
This is happening when I run the test suite on OSX. This does not occur on Linux (Ubuntu 12.04). I've narrowed down the issue to the use of
socket.connect
followed by asocket.sendto
: according to the docs, you shouldn't do this.I made a small script to reproduce the problem, and have confirmed the differing behaviors on OSX and Linux.
On Linux, the output is:
On OSX, the output is:
I've tested this script with multiple versions of Python, and the behavior is the same: the Linux socket implementation is more forgiving.
The text was updated successfully, but these errors were encountered: