This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guoci
Recipients docs@python, guoci, iritkatriel
Date 2022-03-29.22:25:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1648592736.6.0.356157177569.issue43881@roundup.psfhosted.org>
In-reply-to
Content
`os.sched_getaffinity` is only available on some Unix platforms, as documented in
https://docs.python.org/dev/library/os.html#interface-to-the-scheduler
For example, on Windows we will get the error:
AttributeError: module 'os' has no attribute 'sched_getaffinity'
History
Date User Action Args
2022-03-29 22:25:36guocisetrecipients: + guoci, docs@python, iritkatriel
2022-03-29 22:25:36guocisetmessageid: <1648592736.6.0.356157177569.issue43881@roundup.psfhosted.org>
2022-03-29 22:25:36guocilinkissue43881 messages
2022-03-29 22:25:36guocicreate