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
Date 2016-02-03.10:03:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454493782.51.0.493877758242.issue26274@psf.upfronthosting.co.za>
In-reply-to
Content
I like the feature, but I would prefer to use a syntax like --affinity=0-2 to use cores 0, 1 and 2, rather than having to compute manually a binary mask (--affinity=3).

It's a builtin feature of taskset: just use --cpu-list.
History
Date User Action Args
2016-02-03 10:03:02vstinnersetrecipients: + vstinner, brett.cannon, pitrou, florin.papa
2016-02-03 10:03:02vstinnersetmessageid: <1454493782.51.0.493877758242.issue26274@psf.upfronthosting.co.za>
2016-02-03 10:03:02vstinnerlinkissue26274 messages
2016-02-03 10:03:02vstinnercreate