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 pitrou, vstinner
Date 2011-07-01.12:56:21
SpamBayes Score 0.041796356
Marked as misclassified No
Message-id <1309524982.22.0.267480095279.issue12466@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_close_fds (test.test_subprocess.POSIXProcessTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/Users/db3l/buildarea/3.x.bolen-tiger/build/Lib/test/test_subprocess.py", line 1302, in test_close_fds
    "Some fds were left open")
AssertionError: {9} is not false : Some fds were left open

http://www.python.org/dev/buildbot/all/builders/x86%20Tiger%203.x/builds/2825/steps/test/logs/stdio

test_pass_fds() is already skipped on Mac OS X Tiger because of an OS bug: see issue #12230.
History
Date User Action Args
2011-07-01 12:56:22vstinnersetrecipients: + vstinner, pitrou
2011-07-01 12:56:22vstinnersetmessageid: <1309524982.22.0.267480095279.issue12466@psf.upfronthosting.co.za>
2011-07-01 12:56:21vstinnerlinkissue12466 messages
2011-07-01 12:56:21vstinnercreate