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-18.22:37:48
SpamBayes Score 6.101209e-06
Marked as misclassified No
Message-id <1224369470.14.0.184660940304.issue1040026@psf.upfronthosting.co.za>
In-reply-to
Content
Malte proposed this patch for inclusion into Python 2.5. In its current
form, I'm skeptical about doing so, as it has the potential for breakage.

IIUC, the patch requires that HZ is defined if HAVE_TIMES is defined and
HAVE_SYSCONF is not; plus it requires _SC_CLK_TCK to be defined if
HAVE_SYSCONF is defined. For 2.5, such additional constraints are not
acceptable. Instead, the patch should guarantee compilation of
posixmodule if 2.5.2 allowed compilation, no matter how confused the
system is. If some of the prerequisites are not met, it is OK if either
os.times is absent, or produces bogus results.
History
Date User Action Args
2008-10-18 22:37:50loewissetrecipients: + loewis, gvanrossum, gregory.p.smith, belopolsky, maltehelmert, pitrou, ocean-city, christian.heimes, LambertDW, rbp
2008-10-18 22:37:50loewissetmessageid: <1224369470.14.0.184660940304.issue1040026@psf.upfronthosting.co.za>
2008-10-18 22:37:49loewislinkissue1040026 messages
2008-10-18 22:37:48loewiscreate