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.

作者 vstinner
收信人 vstinner
日期 2017-10-17.13:09:30
SpamBayes Score -1.0
Marked as misclassified
Message-id <1508245770.15.0.213398074469.issue31803@psf.upfronthosting.co.za>
In-reply-to
内容
With the PR, Python 3.7 will still requires the C clock() function to build on Unix, since time.process_time() uses it as the last fallback if all other functions failed.

Maybe we can require to have other functions used by time.process_time() (clock_gettime(CLOCK_PROF), getrusage(), times(), ...), but I consider that it can be done later. This change may impact the Python portability: compilation error when building Python, see bpo-22624.
历史
日期 用户 动作 参数
2017-10-17 13:09:30vstinner修改recipients: + vstinner
2017-10-17 13:09:30vstinner修改messageid: <1508245770.15.0.213398074469.issue31803@psf.upfronthosting.co.za>
2017-10-17 13:09:30vstinner链接issue31803 messages
2017-10-17 13:09:30vstinner创建