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 pxinwr
Recipients pxinwr
Date 2020-08-03.09:53:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596448427.12.0.91446561871.issue41462@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2020-08-03 09:53:47pxinwrsetrecipients: + pxinwr
2020-08-03 09:53:47pxinwrsetmessageid: <1596448427.12.0.91446561871.issue41462@roundup.psfhosted.org>
2020-08-03 09:53:47pxinwrlinkissue41462 messages
2020-08-03 09:53:46pxinwrcreate