[New-bugs-announce] [issue11100] test_fdopen: close failed in file object destructor

Erik Krauss report at bugs.python.org
Wed Feb 2 17:41:59 CET 2011


New submission from Erik Krauss <erik.krauss at highmark.com>:

test_fdopen (in test_os) fails on Solaris 9/sparc with Python 2.7.1.

FAIL: test_fdopen (test.test_os.TestInvalidFD)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/p01/app/tenv6/mercator/tmp_pythonbuild/Python-2.7.1/Lib/test/test_os.py", line 550, in helper
    self.check(getattr(os, f))
  File "/p01/app/tenv6/mercator/tmp_pythonbuild/Python-2.7.1/Lib/test/test_os.py", line 562, in check
    % f)
AssertionError: <built-in function fdopen> didn't raise a OSError with a bad file descriptor

----------
components: Tests
files: test_os_failure.txt
messages: 127743
nosy: ekrauss
priority: normal
severity: normal
status: open
title: test_fdopen: close failed in file object destructor
versions: Python 2.7
Added file: http://bugs.python.org/file20649/test_os_failure.txt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11100>
_______________________________________


More information about the New-bugs-announce mailing list