[issue41462] os.set_blocking() raises OSError on VxWorks RTOS

2020-12-07 Thread STINNER Victor


Change by STINNER Victor :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41462] os.set_blocking() raises OSError on VxWorks RTOS

2020-12-07 Thread STINNER Victor


STINNER Victor  added the comment:


New changeset 06afac6c5740bb81d2b7ab9639d2b08cccf77d33 by pxinwr in branch 
'master':
bpo-41462: Add os.set_blocking() support for VxWorks RTOS (GH-21713)
https://github.com/python/cpython/commit/06afac6c5740bb81d2b7ab9639d2b08cccf77d33


--
nosy: +vstinner

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41462] os.set_blocking() raises OSError on VxWorks RTOS

2020-08-03 Thread Peixing Xin


Change by Peixing Xin :


--
keywords: +patch
pull_requests: +20857
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/21713

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41462] os.set_blocking() raises OSError on VxWorks RTOS

2020-08-03 Thread Peixing Xin


New submission from Peixing Xin :

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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com