[3.11] [3.12] gh-109649: Enhance os.cpu_count() documentation (GH-110169) by miss-islington · Pull Request #110226 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

Copy link

Contributor

@miss-islington miss-islington commented

Oct 2, 2023

edited by github-actions bot

Loading

Co-authored-by: Victor Stinner vstinner@python.org


📚 Documentation preview 📚: https://cpython-previews--110226.org.readthedocs.build/

…H-110169)

* pythongh-109649: Enhance os.cpu_count() documentation

* Doc: Specify that os.cpu_count() counts *logicial* CPUs.
* Doc: Specify that os.sched_getaffinity(0) is related to the calling
  thread.
* Fix test_posix.test_sched_getaffinity(): restore the old CPU mask
  when the test completes!

* Restore removed text
(cherry picked from commit 5245b97)

Co-authored-by: Victor Stinner <vstinner@python.org>

@gpshead gpshead merged commit bf6843e into python:3.11

Oct 3, 2023

@miss-islington miss-islington deleted the backport-5245b97-3.11 branch

October 3, 2023 01:37

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@gpshead gpshead gpshead approved these changes

Assignees

No one assigned

Labels

docs

Documentation in the Doc dir

skip news tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington @gpshead @vstinner