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 rbp
Recipients belopolsky, gvanrossum, maltehelmert, pitrou, rbp
Date 2008-02-23.19:18:39
SpamBayes Score 0.28714672
Marked as misclassified No
Message-id <1203794320.64.0.940146241737.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
Malte, Antoine and I discussed this a bit on #python-dev and concluded
that the correct behaviour should be trying sysconf first, then HZ, or
raise an exception if not even HZ is available (since whichever static
value we chose would be misleading anyway).

I'm attaching a patch (modified from Malte's) which implements that.
History
Date User Action Args
2008-02-23 19:18:40rbpsetspambayes_score: 0.287147 -> 0.28714672
recipients: + rbp, gvanrossum, belopolsky, maltehelmert, pitrou
2008-02-23 19:18:40rbpsetspambayes_score: 0.287147 -> 0.287147
messageid: <1203794320.64.0.940146241737.issue1040026@psf.upfronthosting.co.za>
2008-02-23 19:18:39rbplinkissue1040026 messages
2008-02-23 19:18:39rbpcreate