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-02.08:11:14
SpamBayes Score 0.003869807
Marked as misclassified No
Message-id <4E608F9E.7050407@haypocalc.com>
In-reply-to <CAH_1eM1=AUtbvMyyj=QKt+SqOqXL-Pmi_UkjUSMH+3PxPF-YhQ@mail.gmail.com>
Content
>> It builds correctly with -pthread or -lpthread, but it fails to build without these options.
>>
>
> Not on Linux: this is specific to OpenBSD.

Oh, I forgot to specify: yes, I tested on OpenBSD (5.0).

>> 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.

Yep, it's just that I have the confirmation with my tests.
History
Date User Action Args
2011-09-02 08:11:14vstinnersetrecipients: + vstinner, nadeem.vawda, neologix, rpointel
2011-09-02 08:11:14vstinnerlinkissue12871 messages
2011-09-02 08:11:14vstinnercreate