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 lemburg
Recipients lemburg, methane, neologix, pitrou, vstinner
Date 2011-08-23.19:15:12
SpamBayes Score 1.208134e-05
Marked as misclassified No
Message-id <4E53FC3B.3080509@egenix.com>
In-reply-to <1314126222.99.0.693231288196.issue12822@psf.upfronthosting.co.za>
Content
Antoine Pitrou wrote:
> 
> The patch is ok on the principle, but we do need a check that CLOCK_MONOTONIC is supported at build time.

I think we need both: a check at build time to avoid
compiler errors and a check at runtime whether the deployment
platform supports the clock, plus a fallback solution in case
it is not available.
History
Date User Action Args
2011-08-23 19:15:13lemburgsetrecipients: + lemburg, pitrou, vstinner, methane, neologix
2011-08-23 19:15:12lemburglinkissue12822 messages
2011-08-23 19:15:12lemburgcreate