Issue41440
➜
This issue tracker will soon become read-only and move to GitHub.
For a smoother transition, remember to
log in and link your GitHub username to your profile.
For more information,
see this post about the migration.
Created on 2020-07-30 07:07 by pxinwr, last changed 2020-08-07 05:22 by corona10. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 21685 | merged | pxinwr, 2020-07-30 07:17 | |
| Messages (4) | |||
|---|---|---|---|
| msg374601 - (view) | Author: Peixing Xin (pxinwr) * | Date: 2020-07-30 07:07 | |
Now os.cpu_count() always returns NONE on VxWorks RTOS. It needs to be fixed particularly for VxWorks. |
|||
| msg374692 - (view) | Author: Terry J. Reedy (terry.reedy) * ![]() |
Date: 2020-08-02 20:03 | |
Do you know if any core devs have experience with VxWorks? It is not even listed in https://devguide.python.org/experts/#platforms. |
|||
| msg374793 - (view) | Author: Peixing Xin (pxinwr) * | Date: 2020-08-04 04:04 | |
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. |
|||
| msg374973 - (view) | Author: Dong-hee Na (corona10) * ![]() |
Date: 2020-08-07 05:22 | |
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 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-08-07 05:22:17 | corona10 | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2020-08-07 05:22:00 | corona10 | set | nosy:
+ corona10 messages: + msg374973 |
| 2020-08-04 04:08:01 | pmpp | set | nosy:
+ pmpp |
| 2020-08-04 04:04:31 | pxinwr | set | messages: + msg374793 |
| 2020-08-02 20:03:01 | terry.reedy | set | nosy:
+ terry.reedy messages: + msg374692 |
| 2020-07-30 07:17:03 | pxinwr | set | keywords:
+ patch stage: patch review pull_requests: + pull_request20828 |
| 2020-07-30 07:07:44 | pxinwr | create | |
