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 loewis
Recipients georg.brandl, gpolo, loewis, schmir
Date 2008-04-08.05:19:15
SpamBayes Score 0.0046691485
Marked as misclassified No
Message-id <47FB0050.7060501@v.loewis.de>
In-reply-to <1207610918.62.0.252806111687.issue2240@psf.upfronthosting.co.za>
Content
> Should further discussion be moved to python-dev ? I'm somewhat stuck on
> how to resolve this, besides saying to upgrade to FreeBSD 7 which uses
> libthr by default.

Discussing on python-dev is fine. An acceptable solution would be to
omit setitimer/getitimer on FreeBSD if the FreeBSD version is "wrong",
either at configure time or at compile time. An even better solution
would be to test at configure time whether these functions work, and
refuse to expose them if they don't (not sure whether that's possible,
though, as I don't know when the choice of threading library is made).
History
Date User Action Args
2008-04-08 05:19:17loewissetspambayes_score: 0.00466915 -> 0.0046691485
recipients: + loewis, georg.brandl, schmir, gpolo
2008-04-08 05:19:16loewislinkissue2240 messages
2008-04-08 05:19:15loewiscreate