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 brett.cannon
Recipients brett.cannon
Date 2015-03-31.16:55:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427820936.86.0.258398348531.issue23828@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
ERROR: testCmsgTruncLen0 (__main__.RecvmsgSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/bcannon/Repositories/cpython/pep-488/Lib/test/test_socket.py", line 2956, in testCmsgTruncLen0
    self.checkTruncatedArray(ancbuf=socket.CMSG_LEN(0), maxdata=0)
  File "/Users/bcannon/Repositories/cpython/pep-488/Lib/test/test_socket.py", line 2937, in checkTruncatedArray
    len(MSG), ancbuf)
  File "/Users/bcannon/Repositories/cpython/pep-488/Lib/test/test_socket.py", line 1921, in doRecvmsg
    result = sock.recvmsg(bufsize, *args)
RuntimeWarning: received malformed or improperly-truncated ancillary data
History
Date User Action Args
2015-03-31 16:55:36brett.cannonsetrecipients: + brett.cannon
2015-03-31 16:55:36brett.cannonsetmessageid: <1427820936.86.0.258398348531.issue23828@psf.upfronthosting.co.za>
2015-03-31 16:55:36brett.cannonlinkissue23828 messages
2015-03-31 16:55:36brett.cannoncreate