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 nadeem.vawda, neologix, rpointel, vstinner
Date 2011-09-01.22:06:08
SpamBayes Score 0.018628072
Marked as misclassified No
Message-id <1314914769.65.0.203629815307.issue12871@psf.upfronthosting.co.za>
In-reply-to
Content
> For example, the following snippet builds correctly on Linux

It builds correctly with -pthread or -lpthread, but it fails to build without these options.

sched_get_priority_max() and sched_get_priority_min() come from libpthread on OpenBSD, whereas Python only checks for "#ifdef HAVE_SCHED_H".
History
Date User Action Args
2011-09-01 22:06:09vstinnersetrecipients: + vstinner, nadeem.vawda, neologix, rpointel
2011-09-01 22:06:09vstinnersetmessageid: <1314914769.65.0.203629815307.issue12871@psf.upfronthosting.co.za>
2011-09-01 22:06:09vstinnerlinkissue12871 messages
2011-09-01 22:06:08vstinnercreate