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.13:47:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454507273.91.0.535846933979.issue26274@psf.upfronthosting.co.za>
In-reply-to
Content
Hum, I modified your change:

* only display a warning if the option is used but taskset doesn't work
* remove check on Linux: taskset might be available on other platforms, it doesn't really matter to check the OS, we already check if the command works
* try to run "taskset --cpu-list 0 python -c pass" instead of "taskset -V" to check if taskset works or not

What do you think?
History
Date User Action Args
2016-02-03 13:47:53vstinnersetrecipients: + vstinner, brett.cannon, pitrou, yselivanov, florin.papa
2016-02-03 13:47:53vstinnersetmessageid: <1454507273.91.0.535846933979.issue26274@psf.upfronthosting.co.za>
2016-02-03 13:47:53vstinnerlinkissue26274 messages
2016-02-03 13:47:53vstinnercreate