Message267245
| Author |
martin.panter |
| Recipients |
gregory.p.smith, gvanrossum, lukasz.langa, martin.panter, memeplex, serhiy.storchaka, vstinner, yselivanov |
| Date |
2016年06月04日.08:06:27 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1465027587.83.0.829677237839.issue26372@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Maybe use os.devnull instead of "/dev/null"?
http://buildbot.python.org/all/builders/AMD64%20Windows7%20SP1%203.x/builds/7728/steps/test/logs/stdio
======================================================================
ERROR: test_communicate_BrokenPipeError_stdin_flush (test.test_subprocess.ProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\buildbot.python.org3円.x.kloth-win64\build\lib\test\test_subprocess.py", line 1267, in test_communicate_BrokenPipeError_stdin_flush
open('/dev/null', 'wb') as dev_null:
FileNotFoundError: [Errno 2] No such file or directory: '/dev/null' |
|