summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2023-09-21-16-21-19.gh-issue-109649.YYCjAF.rst
blob: ab708e6fb9a7d9b05fb6e408eae5c0f15ba56e53 (plain)
1
2
Add :func:`os.process_cpu_count` function to get the number of logical CPUs
usable by the calling thread of the current process. Patch by Victor Stinner.