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 vstinner
Recipients neologix, pitrou, python-dev, vstinner
Date 2015-03-17.09:52:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1426585928.3.0.0768447707675.issue23646@psf.upfronthosting.co.za>
In-reply-to
Content
I commited sleep_eintr.patch by mistake. After this change, test_socket started to fail on Windows. I don't understand why.

http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/5836/steps/test/logs/stdio

======================================================================
ERROR: testClose (test.test_socket.TCPCloserTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_socket.py", line 3723, in testClose
    read, write, err = select.select([sd], [], [], 1.0)
TypeError: argument must be an int, or have a fileno() method.

======================================================================
FAIL: testRecv (test.test_socket.NonBlockingTCPTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "C:\buildbot.python.org\3.x.kloth-win64\build\lib\test\test_socket.py", line 3883, in testRecv
    self.fail("Error trying to do non-blocking recv.")
AssertionError: Error trying to do non-blocking recv.
History
Date User Action Args
2015-03-17 09:52:08vstinnersetrecipients: + vstinner, pitrou, neologix, python-dev
2015-03-17 09:52:08vstinnersetmessageid: <1426585928.3.0.0768447707675.issue23646@psf.upfronthosting.co.za>
2015-03-17 09:52:08vstinnerlinkissue23646 messages
2015-03-17 09:52:08vstinnercreate