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 martin.panter
Recipients Daniel Stokes, berker.peksag, martin.panter, paul.moore, pitrou, python-dev, steve.dower, tim.golden, zach.ware
Date 2016-06-18.09:02:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466240554.9.0.40230400648.issue26536@psf.upfronthosting.co.za>
In-reply-to
Content
This is failing on Windows 7 buildbots:

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7849/steps/test/logs/stdio
======================================================================
ERROR: test_sio_loopback_fast_path (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_socket.py", line 1226, in test_sio_loopback_fast_path
    s.ioctl(socket.SIO_LOOPBACK_FAST_PATH, True)
OSError: [WinError 10045] The attempted operation is not supported for the type of object referenced
History
Date User Action Args
2016-06-18 09:02:35martin.pantersetrecipients: + martin.panter, paul.moore, pitrou, tim.golden, python-dev, berker.peksag, zach.ware, steve.dower, Daniel Stokes
2016-06-18 09:02:34martin.pantersetmessageid: <1466240554.9.0.40230400648.issue26536@psf.upfronthosting.co.za>
2016-06-18 09:02:34martin.panterlinkissue26536 messages
2016-06-18 09:02:34martin.pantercreate