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 skrah
Recipients benjamin.peterson, meador.inge, neologix, skrah, vstinner
Date 2011-09-13.15:54:03
SpamBayes Score 0.00013333395
Marked as misclassified No
Message-id <1315929244.05.0.413939328321.issue12936@psf.upfronthosting.co.za>
In-reply-to
Content
I think I got it: pthread_setaffinity_np() does not crash. 
 
`man sched_setaffinity` is slightly ambiguous, but there is this remark:

(If  you  are  using  the POSIX threads API, then use pthread_setaffinity_np(3) 
 instead of sched_setaffinity().)


I'm attaching the non-crashing version.
History
Date User Action Args
2011-09-13 15:54:04skrahsetrecipients: + skrah, vstinner, benjamin.peterson, meador.inge, neologix
2011-09-13 15:54:04skrahsetmessageid: <1315929244.05.0.413939328321.issue12936@psf.upfronthosting.co.za>
2011-09-13 15:54:03skrahlinkissue12936 messages
2011-09-13 15:54:03skrahcreate