Message238270
| 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.org3円.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.org3円.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:08 | vstinner | set | recipients:
+ vstinner, pitrou, neologix, python-dev |
| 2015年03月17日 09:52:08 | vstinner | set | messageid: <1426585928.3.0.0768447707675.issue23646@psf.upfronthosting.co.za> |
| 2015年03月17日 09:52:08 | vstinner | link | issue23646 messages |
| 2015年03月17日 09:52:08 | vstinner | create |
|