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-04.11:51:45
SpamBayes Score 0.0014277323
Marked as misclassified No
Message-id <CAH_1eM0ryiockNZ3UwdkNMnj1WA7nKt33V=PS39oEvUbC9QBHA@mail.gmail.com>
In-reply-to <4E608F9E.7050407@haypocalc.com>
Content
Here's a patch adding a configure-time check. Since the functions are
checked without being linked explicitely with pthread, it should do
the trick (I couldn't test it on OpenBSD though).
I also added a skipTest to test_posix.test_sched_priority().
Files
File name Uploaded
sched_get_priority.diff neologix, 2011-09-04.11:51:45
History
Date User Action Args
2011-09-04 11:51:46neologixsetrecipients: + neologix, vstinner, nadeem.vawda, rpointel
2011-09-04 11:51:46neologixlinkissue12871 messages
2011-09-04 11:51:45neologixcreate