Previous wording didn't explain the slightly unintuitive behavior.
Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
(cherry picked from commit
24dbe30f8df80740704db3743d071b3218d1276e)
Co-authored-by: Emmanuel Arias <eamanu@yaerobi.com>
use. The number of usable CPUs can be obtained with
``len(os.sched_getaffinity(0))``
- May raise :exc:`NotImplementedError`.
+ When the number of CPUs cannot be determined a :exc:`NotImplementedError`
+ is raised.
.. seealso::
:func:`os.cpu_count`