[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-08-06 Thread Dong-hee Na
Change by Dong-hee Na : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-08-06 Thread Dong-hee Na
Dong-hee Na 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

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-08-03 Thread pmp-p
Change by pmp-p : -- nosy: +pmpp ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-08-03 Thread Peixing Xin
Peixing Xin 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.

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-08-02 Thread Terry J. Reedy
Terry J. Reedy 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

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-07-30 Thread Peixing Xin
Change by Peixing Xin : -- keywords: +patch pull_requests: +20828 stage: -> patch review pull_request: https://github.com/python/cpython/pull/21685 ___ Python tracker ___

[issue41440] os.cpu_count doesn't work on VxWorks RTOS

2020-07-30 Thread Peixing Xin
New submission from Peixing Xin : 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