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 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.org\3.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'
History
Date User Action Args
2016-06-04 08:06:27martin.pantersetrecipients: + martin.panter, gvanrossum, gregory.p.smith, vstinner, memeplex, lukasz.langa, serhiy.storchaka, yselivanov
2016-06-04 08:06:27martin.pantersetmessageid: <1465027587.83.0.829677237839.issue26372@psf.upfronthosting.co.za>
2016-06-04 08:06:27martin.panterlinkissue26372 messages
2016-06-04 08:06:27martin.pantercreate