bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)

This commit is contained in:
pxinwr 2020-08-07 13:21:52 +08:00 committed by GitHub
parent d9323a8c6e
commit 3405e05428
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1 @@
Add :func:`os.cpu_count()` support for VxWorks RTOS.