New submission from Peixing Xin <peixing....@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 <rep...@bugs.python.org> <https://bugs.python.org/issue41462> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com