summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next
diff options
context:
space:
mode:
authorDong-hee Na <donghee.na@python.org>2021-11-16 13:41:20 (GMT)
committerGitHub <noreply@github.com>2021-11-16 13:41:20 (GMT)
commit55868f1a335cd3853938082a5b25cfba66563135 (patch)
treed20d02ea465f12080bba5c2934609eee146c9dd4 /Misc/NEWS.d/next
parent8b06d01507fd708468570eaa43a349828784489a (diff)
downloadcpython-55868f1a335cd3853938082a5b25cfba66563135.zip
cpython-55868f1a335cd3853938082a5b25cfba66563135.tar.gz
cpython-55868f1a335cd3853938082a5b25cfba66563135.tar.bz2
bpo-45429: Support CREATE_WAITABLE_TIMER_HIGH_RESOLUTION if possible (GH-29203)
Diffstat (limited to 'Misc/NEWS.d/next')
-rw-r--r--Misc/NEWS.d/next/Library/2021-10-25-01-22-49.bpo-45429.VaEyN9.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-10-25-01-22-49.bpo-45429.VaEyN9.rst b/Misc/NEWS.d/next/Library/2021-10-25-01-22-49.bpo-45429.VaEyN9.rst
new file mode 100644
index 0000000..0a274f1
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-10-25-01-22-49.bpo-45429.VaEyN9.rst
@@ -0,0 +1,2 @@
+On Windows, :func:`time.sleep` now uses a waitable timer which supports
+high-resolution timers. Patch by Dong-hee Na and Eryk Sun.