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 pitrou
Recipients baikie, loewis, pitrou, vstinner
Date 2010-09-04.18:19:22
SpamBayes Score 1.2192572e-07
Marked as misclassified No
Message-id <1283624365.52.0.618634514921.issue8372@psf.upfronthosting.co.za>
In-reply-to
Content
With the patches applied except linux-pass-unterminated.diff, I get the following test failure:

======================================================================
ERROR: testMaxPathLen (test.test_socket.TestLinuxPathLen)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/antoine/py3k/__svn__/Lib/test/test_socket.py", line 1435, in testMaxPathLen
    self.sock.bind(path)
socket.error: AF_UNIX path too long

I guess this test should simply removed.
In any case, here is an up-to-date patch against 3.x.
History
Date User Action Args
2010-09-04 18:19:25pitrousetrecipients: + pitrou, loewis, vstinner, baikie
2010-09-04 18:19:25pitrousetmessageid: <1283624365.52.0.618634514921.issue8372@psf.upfronthosting.co.za>
2010-09-04 18:19:23pitroulinkissue8372 messages
2010-09-04 18:19:23pitroucreate