This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author neologix
Recipients neologix, sbt, vstinner
Date 2013-08-24.10:44:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAH_1eM1yDFYsYjay8KUbg6s0tbu7TLt2CmxgqhB017bYnEzc6A@mail.gmail.com>
In-reply-to <1377339417.89.0.829165756247.issue18643@psf.upfronthosting.co.za>
Content
> On Linux, many tests of test_socket are failing with the pure Python
> implementation.

The only failing tests I see are due to the fact that the Python
implementation uses AF_INET instead of AF_UNIX, which is normal since
Windows doesn't have AF_UNIX.
Do you see other failures?
History
Date User Action Args
2013-08-24 10:44:35neologixsetrecipients: + neologix, vstinner, sbt
2013-08-24 10:44:34neologixlinkissue18643 messages
2013-08-24 10:44:34neologixcreate