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 maltehelmert
Recipients belopolsky, gvanrossum, maltehelmert
Date 2008-02-23.15:55:26
SpamBayes Score 0.0022120872
Marked as misclassified No
Message-id <1203782127.62.0.918622553655.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
I'm attaching a patch against trunk that fixes the problem for me
(os_times.PATCH).

This uses the sysconf values when HAVE_SYSCONF is defined, and otherwise
falls back on the old behaviour (use HZ if that is defined, 60 
otherwise).

I'm not sure if this is stylistically ok (#ifdefs inside a function,
etc.), so I'd appreciate comments.

Should I add a test case for the test suite?
History
Date User Action Args
2008-02-23 15:55:27maltehelmertsetspambayes_score: 0.00221209 -> 0.0022120872
recipients: + maltehelmert, gvanrossum, belopolsky
2008-02-23 15:55:27maltehelmertsetspambayes_score: 0.00221209 -> 0.00221209
messageid: <1203782127.62.0.918622553655.issue1040026@psf.upfronthosting.co.za>
2008-02-23 15:55:27maltehelmertlinkissue1040026 messages
2008-02-23 15:55:26maltehelmertcreate