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 vstinner
Recipients brett.cannon, florin.papa, pitrou, vstinner, yselivanov
Date 2016-02-03.12:26:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwY=k8t1vU6Z+OS1y+BdD8MSwRZx4vk2d4cKh7cxd1n6+w@mail.gmail.com>
In-reply-to <1454500054.96.0.432332372545.issue26274@psf.upfronthosting.co.za>
Content
I don't think that it's useful to check at runtime that taskset works. At
least, I expect an error if the option is used and the command fails.

To use CPU affinity you need to know your hardware and your platform. For
most stable results you may even configure the Linux kernel to ignore some
cores. So i expect that users will not play with affinity if they don't
understand it.
History
Date User Action Args
2016-02-03 12:26:05vstinnersetrecipients: + vstinner, brett.cannon, pitrou, yselivanov, florin.papa
2016-02-03 12:26:05vstinnerlinkissue26274 messages
2016-02-03 12:26:05vstinnercreate