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 neologix
Recipients nadeem.vawda, neologix, rpointel, vstinner
Date 2011-09-02.05:51:15
SpamBayes Score 0.0030123638
Marked as misclassified No
Message-id <CAH_1eM1=AUtbvMyyj=QKt+SqOqXL-Pmi_UkjUSMH+3PxPF-YhQ@mail.gmail.com>
In-reply-to <1314914769.65.0.203629815307.issue12871@psf.upfronthosting.co.za>
Content
> It builds correctly with -pthread or -lpthread, but it fails to build without these options.
>

Not on Linux: this is specific to OpenBSD.

> sched_get_priority_max() and sched_get_priority_min() come from libpthread on OpenBSD, whereas Python only checks for "#ifdef HAVE_SCHED_H".
>

That's exactly what I said in my previous message ;-)
I'll post a patch later.
History
Date User Action Args
2011-09-02 05:51:16neologixsetrecipients: + neologix, vstinner, nadeem.vawda, rpointel
2011-09-02 05:51:15neologixlinkissue12871 messages
2011-09-02 05:51:15neologixcreate