]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
authorpxinwr <peixing.xin@windriver.com>
Fri, 7 Aug 2020 05:21:52 +0000 (13:21 +0800)
committerGitHub <noreply@github.com>
Fri, 7 Aug 2020 05:21:52 +0000 (14:21 +0900)
commit3405e0542839cde94df9833b3809710a67a33c7c
tree73a358c9a7e54faac44540d384b85143cda56257
parentd9323a8c6e07071a59dc4c910661db33236c01b2
bpo-41440: add os.cpu_count() support for VxWorks RTOS (GH-21685)
Doc/whatsnew/3.10.rst
Misc/NEWS.d/next/Library/2020-07-30-14-56-58.bpo-41440.rju34k.rst [new file with mode: 0644]
Modules/posixmodule.c