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 ronaldoussoren
Recipients baikie, brett.cannon, michael.foord, ncoghlan, ned.deily, python-dev, r.david.murray, ronaldoussoren
Date 2013-04-23.13:22:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366723361.49.0.388691423293.issue12958@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, only on 3.4:


======================================================================
ERROR: testFDPassSeparate (test.test_socket.RecvmsgSCMRightsStreamTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 261, in _tearDown
    raise exc
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 273, in clientRun
    test_func()
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 2644, in _testFDPassSeparate
    array.array("i", [fd1]))]),
  File "/Users/ronald/Projects/python/rw/default/Lib/test/test_socket.py", line 1790, in sendmsgToServer
    *(args + self.sendmsg_to_server_defaults[len(args):]))
OSError: [Errno 22] Invalid argument


(And simular for the other 3 marked socket tests)
History
Date User Action Args
2013-04-23 13:22:41ronaldoussorensetrecipients: + ronaldoussoren, brett.cannon, ncoghlan, baikie, ned.deily, r.david.murray, michael.foord, python-dev
2013-04-23 13:22:41ronaldoussorensetmessageid: <1366723361.49.0.388691423293.issue12958@psf.upfronthosting.co.za>
2013-04-23 13:22:41ronaldoussorenlinkissue12958 messages
2013-04-23 13:22:41ronaldoussorencreate