[New-bugs-announce] [issue44849] test_os: test_get_set_inheritable_o_path() failed on AMD64 FreeBSD Shared 3.x

STINNER Victor report at bugs.python.org
Fri Aug 6 06:40:46 EDT 2021


New submission from STINNER Victor <vstinner at python.org>:

Since build 655 (commit 6871fd0e8e5257f3ffebd1a1b2ca50e5f494e7f6), test_os failed on AMD64 FreeBSD Shared 3.x:
https://buildbot.python.org/all/#/builders/483/builds/655

======================================================================
ERROR: test_get_set_inheritable_o_path (test.test_os.FDInheritanceTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd-564d/build/Lib/test/test_os.py", line 3898, in test_get_set_inheritable_o_path
    os.set_inheritable(fd, True)
    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
OSError: [Errno 9] Bad file descriptor

----------
components: Tests
messages: 399065
nosy: erlendaasland, lukasz.langa, pablogsal, vstinner
priority: normal
severity: normal
status: open
title: test_os: test_get_set_inheritable_o_path() failed on AMD64 FreeBSD Shared 3.x
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44849>
_______________________________________


More information about the New-bugs-announce mailing list