[New-bugs-announce] [issue41462] os.set_blocking() raises OSError on VxWorks RTOS

Peixing Xin report at bugs.python.org
Mon Aug 3 05:53:47 EDT 2020


New submission from Peixing Xin <peixing.xin at windriver.com>:

os.set_blocking() always raise OSError exception on VxWorks RTOS. See below for details.

[vxWorks *]# python3 -m unittest -v test.test_os.BlockingTests.test_blocking
Launching process 'python3' ...
Process 'python3' (process Id = 0x405808010) launched.
test_blocking (test.test_os.BlockingTests) ... ERROR

======================================================================
ERROR: test_blocking (test.test_os.BlockingTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/python3.8/test/test_os.py", line 3640, in test_blocking
    os.set_blocking(fd, False)
OSError: [Errno 35] not supported

----------
components: Library (Lib)
messages: 374732
nosy: pxinwr
priority: normal
severity: normal
status: open
title: os.set_blocking() raises OSError on VxWorks RTOS
type: enhancement
versions: Python 3.10

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


More information about the New-bugs-announce mailing list