[issue12230] test_subprocess.test_pass_fds() failed on x86 Tiger 3.x
STINNER Victor
report at bugs.python.org
Wed Jun 1 00:48:46 CEST 2011
New submission from STINNER Victor <victor.stinner at haypocalc.com>:
test_subprocess.test_pass_fds() failed on x86 Tiger 3.x:
test test_subprocess failed -- Traceback (most recent call last):
File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_subprocess.py", line 1296, in test_pass_fds
"fd to be closed passed")
AssertionError: {9} is not false : fd to be closed passed
http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/2671/steps/test/logs/stdio
The pass_fds parameter of Popen constructor was introduced in #6559.
----------
components: Library (Lib), Tests
keywords: buildbot
messages: 137396
nosy: haypo, pitrou
priority: normal
severity: normal
status: open
title: test_subprocess.test_pass_fds() failed on x86 Tiger 3.x
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12230>
_______________________________________
More information about the Python-bugs-list
mailing list