Mailing List Archive

[issue41440] os.cpu_count doesn't work on VxWorks RTOS
New submission from Peixing Xin <peixing.xin@windriver.com>:

Now os.cpu_count() always returns NONE on VxWorks RTOS. It needs to be fixed particularly for VxWorks.

----------
components: Library (Lib)
messages: 374601
nosy: pxinwr
priority: normal
severity: normal
status: open
type: enhancement
versions: Python 3.10

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41440] os.cpu_count doesn't work on VxWorks RTOS [ In reply to ]
Change by Peixing Xin <peixing.xin@windriver.com>:


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

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41440] os.cpu_count doesn't work on VxWorks RTOS [ In reply to ]
Terry J. Reedy <tjreedy@udel.edu> added the comment:

Do you know if any core devs have experience with VxWorks? It is not even listed in https://devguide.python.org/experts/#platforms.

----------
nosy: +terry.reedy

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41440] os.cpu_count doesn't work on VxWorks RTOS [ In reply to ]
Peixing Xin <peixing.xin@windriver.com> added the comment:

I don't know who have VxWorks experience in core devs. VxWorks has not been officially supported so not listed there. I am from Wind River and Wind River can provide buildbot for VxWorks once it is supported and I also could take the maintainer role.

----------

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41440] os.cpu_count doesn't work on VxWorks RTOS [ In reply to ]
Change by pmp-p <pmpp.pub@gmail.com>:


----------
nosy: +pmpp

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41440] os.cpu_count doesn't work on VxWorks RTOS [ In reply to ]
Dong-hee Na <donghee.na92@gmail.com> added the comment:


New changeset 3405e0542839cde94df9833b3809710a67a33c7c by pxinwr in branch 'master':
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
https://github.com/python/cpython/commit/3405e0542839cde94df9833b3809710a67a33c7c


----------
nosy: +corona10

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
[issue41440] os.cpu_count doesn't work on VxWorks RTOS [ In reply to ]
Change by Dong-hee Na <donghee.na92@gmail.com>:


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

_______________________________________
Python tracker <report@bugs.python.org>
<https://bugs.python.org/issue41440>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com