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.

classification
标题: time.sleep() should use nanosleep() if available
类型: Stage:
Components: Library (Lib) Versions: Python 3.3
process
状态: closed Resolution: wont fix
Dependencies: 13882 后续:
分配给: 抄送列表: Arfrever, rosslagerwall, vstinner
优先级: normal 关键字:

Created on 2012-02-09 23:00 by vstinner, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg153000 - (view) Author: STINNER Victor (vstinner) * (Python committer) 日期: 2012-02-09 23:00
With the PEP 410, it is possible to store timestamps with a resolution of 1 nanosecond. Python should use nanosleep() if the function is available for time.sleep().

This issue depends on issue #13882.
msg154804 - (view) Author: STINNER Victor (vstinner) * (Python committer) 日期: 2012-03-02 21:40
The PEP 410 has been rejected, so I close the issue.
历史
日期 用户 动作 参数
2022-04-11 14:57:26admin修改github: 58189
2012-03-02 21:40:58vstinner修改状态: open -> closed
resolution: wont fix
消息: + msg154804
2012-02-11 04:27:28Arfrever修改抄送: + Arfrever
2012-02-10 03:50:25rosslagerwall修改抄送: + rosslagerwall
2012-02-09 23:00:37vstinner修改dependencies: + PEP 410: Use decimal.Decimal type for timestamps
2012-02-09 23:00:33vstinner创建