[issue43881] [doc] add platform availabity information for os.sched_getaffinity

2022-03-29 Thread Guo Ci Teo
Guo Ci Teo added the comment: `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

[issue43881] [doc] add platform availabity information for os.sched_getaffinity

2022-03-29 Thread Irit Katriel
Change by Irit Katriel : -- title: add platform availabity information for os.sched_getaffinity -> [doc] add platform availabity information for os.sched_getaffinity ___ Python tracker