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 LambertDW, belopolsky, christian.heimes, gregory.p.smith, gvanrossum, loewis, maltehelmert, ocean-city, pitrou, rbp
Date 2008-10-19.07:12:15
SpamBayes Score 3.039557e-05
Marked as misclassified No
Message-id <48FADDCC.3070107@v.loewis.de>
In-reply-to <1224372724.9.0.65364236813.issue1040026@psf.upfronthosting.co.za>
Content
> compilation indeed breaks if sysconf is available but _SC_CLK_TCK is
> not. My Unix-foo is not sufficient to confidently say that this is
> impossible

To make such a statement, one would need knowledge of all operating
system releases that have ever been made, including releases that didn't
make it to the public. It might be that POSIX mandates _SC_CLK_TCK,
but that would be irrelevant, as systems might chose not to comply with
POSIX in this aspect.

> In the other case you mention, where neither sysconf nor HZ are
> available, the old default of 60 could be used instead. 

That would probably be safest, although I could also accept that
os.times becomes unavailable on such a system.
History
Date User Action Args
2008-10-19 07:12:34loewissetrecipients: + loewis, gvanrossum, gregory.p.smith, belopolsky, maltehelmert, pitrou, ocean-city, christian.heimes, LambertDW, rbp
2008-10-19 07:12:18loewislinkissue1040026 messages
2008-10-19 07:12:16loewiscreate