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.

作者 pitrou
收信人 anacrolix, belopolsky, brian.curtin, eric.araujo, glenn, kristjan.jonsson, michael.foord, pitrou, vstinner
日期 2011-10-25.09:51:38
SpamBayes Score 0.04141912
Marked as misclassified
Message-id <1319536299.42.0.945255558236.issue10278@psf.upfronthosting.co.za>
In-reply-to
内容
CLOCK_MONOTONIC, CLOCK_PROCESS_CPUTIME_ID and CLOCK_THREAD_CPUTIME_ID are optional according to POSIX, which only mandates CLOCK_REALTIME. You should mention it in the docs.

You might also want to export clock_getres():
http://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_getres.html
历史
日期 用户 动作 参数
2011-10-25 09:51:39pitrou修改recipients: + pitrou, belopolsky, kristjan.jonsson, vstinner, eric.araujo, michael.foord, brian.curtin, glenn, anacrolix
2011-10-25 09:51:39pitrou修改messageid: <1319536299.42.0.945255558236.issue10278@psf.upfronthosting.co.za>
2011-10-25 09:51:38pitrou链接issue10278 messages
2011-10-25 09:51:38pitrou创建