.. versionchanged:: 3.13
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
- :func:`cpu_count` returns the overridden value *n*.
+ :func:`cpu_count` returns the override value *n*.
.. function:: getloadavg()
in the **system**.
If :option:`-X cpu_count <-X>` is given or :envvar:`PYTHON_CPU_COUNT` is set,
- :func:`process_cpu_count` returns the overridden value *n*.
+ :func:`process_cpu_count` returns the override value *n*.
See also the :func:`sched_getaffinity` function.