René's URL Explorer Experiment


Title: Issue 44328: time.monotonic() should use a different clock source on Windows - Python tracker

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/88494 https://github.com/python/cpython/issues/88494
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
msg395221https://bugs.python.org/issue44328#msg395221
(view)https://bugs.python.org/msg395221
https://bugs.python.org/issue41299#msg395220https://bugs.python.org/issue41299#msg395220
https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounterhttps://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
msg395238https://bugs.python.org/issue44328#msg395238
(view)https://bugs.python.org/msg395238
https://stackoverflow.com/questions/35601880/windows-timing-drift-of-performancecounter-chttps://stackoverflow.com/questions/35601880/windows-timing-drift-of-performancecounter-c
https://bugs.python.org/issue10278#msg143209https://bugs.python.org/issue10278#msg143209
https://docs.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stampshttps://docs.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stamps
https://github.com/golang/go/blob/a3868028ac8470d1ab7782614707bb90925e7fe3/src/runtime/sys_windows_amd64.s#L499https://github.com/golang/go/blob/a3868028ac8470d1ab7782614707bb90925e7fe3/src/runtime/sys_windows_amd64.s#L499
https://github.com/rust-lang/rust/blob/38ec87c1885c62ed8c66320ad24c7e535535e4bd/library/std/src/time.rs#L91https://github.com/rust-lang/rust/blob/38ec87c1885c62ed8c66320ad24c7e535535e4bd/library/std/src/time.rs#L91
https://github.com/v8/v8/blob/dc712da548c7fb433caed56af9a021d964952728/src/base/platform/time.cc#L672https://github.com/v8/v8/blob/dc712da548c7fb433caed56af9a021d964952728/src/base/platform/time.cc#L672
https://github.com/ruby/ruby/blob/44cff500a0ad565952e84935bc98523c36a91b06/win32/win32.c#L4712https://github.com/ruby/ruby/blob/44cff500a0ad565952e84935bc98523c36a91b06/win32/win32.c#L4712
https://github.com/dotnet/runtime/blob/01b7e73cd378145264a7cb7a09365b41ed42b240/src/coreclr/pal/src/misc/time.cpp#L175https://github.com/dotnet/runtime/blob/01b7e73cd378145264a7cb7a09365b41ed42b240/src/coreclr/pal/src/misc/time.cpp#L175
https://github.com/apple/swift-corelibs-libdispatch/commit/766d64719cfdd07f97841092bec596669261a16fhttps://github.com/apple/swift-corelibs-libdispatch/commit/766d64719cfdd07f97841092bec596669261a16f
msg395490https://bugs.python.org/issue44328#msg395490
(view)https://bugs.python.org/msg395490
bpo-41299https://bugs.python.org/issue41299
https://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.htmlhttps://pubs.opengroup.org/onlinepubs/9699919799/functions/clock_gettime.html
msg395493https://bugs.python.org/issue44328#msg395493
(view)https://bugs.python.org/msg395493
msg395681https://bugs.python.org/issue44328#msg395681
(view)https://bugs.python.org/msg395681
PEP 418https://www.python.org/dev/peps/pep-0418/
https://www.python.org/dev/peps/pep-0418/#windows-queryperformancecounterhttps://www.python.org/dev/peps/pep-0418/#windows-queryperformancecounter
https://github.com/v8/v8/blob/dc712da548c7fb433caed56af9a021d964952728/src/base/platform/time.cc#L672https://github.com/v8/v8/blob/dc712da548c7fb433caed56af9a021d964952728/src/base/platform/time.cc#L672
https://github.com/v8/v8/blob/master/src/base/cpu.cchttps://github.com/v8/v8/blob/master/src/base/cpu.cc
https://docs.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?view=msvc-160https://docs.microsoft.com/en-us/cpp/intrinsics/cpuid-cpuidex?view=msvc-160
PEP 418https://www.python.org/dev/peps/pep-0418/
https://www.python.org/dev/peps/pep-0418/#monotonic-clockshttps://www.python.org/dev/peps/pep-0418/#monotonic-clocks
msg395683https://bugs.python.org/issue44328#msg395683
(view)https://bugs.python.org/msg395683
https://docs.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stampshttps://docs.microsoft.com/en-us/windows/win32/sysinfo/acquiring-high-resolution-time-stamps
PEP 418https://www.python.org/dev/peps/pep-0418/
PEP 418https://www.python.org/dev/peps/pep-0418/
msg395719https://bugs.python.org/issue44328#msg395719
(view)https://bugs.python.org/msg395719
bpo-32592https://bugs.python.org/issue32592
msg395769https://bugs.python.org/issue44328#msg395769
(view)https://bugs.python.org/msg395769
bpo-41299https://bugs.python.org/issue41299
Python/pytime.chttps://github.com/python/cpython/blob/master/Python/pytime.c
bpo-19007https://bugs.python.org/issue19007
msg395771https://bugs.python.org/issue44328#msg395771
(view)https://bugs.python.org/msg395771
bpo-32592https://bugs.python.org/issue32592
bpo-41299https://bugs.python.org/issue41299
bpo-41299https://bugs.python.org/issue41299
bpo-41299https://bugs.python.org/issue41299
bpo-19007https://bugs.python.org/issue19007
msg395782https://bugs.python.org/issue44328#msg395782
(view)https://bugs.python.org/msg395782
bpo-32592https://bugs.python.org/issue32592
bpo-41299https://bugs.python.org/issue41299
msg395784https://bugs.python.org/issue44328#msg395784
(view)https://bugs.python.org/msg395784
msg395849https://bugs.python.org/issue44328#msg395849
(view)https://bugs.python.org/msg395849
msg395849https://bugs.python.org/msg395849
msg395784https://bugs.python.org/msg395784
msg395782https://bugs.python.org/msg395782
msg395771https://bugs.python.org/msg395771
msg395769https://bugs.python.org/msg395769
msg395719https://bugs.python.org/msg395719
msg395683https://bugs.python.org/msg395683
msg395681https://bugs.python.org/msg395681
belopolskyhttps://bugs.python.org/user1427
vstinnerhttps://bugs.python.org/user2377
p-gansslehttps://bugs.python.org/user24890
msg395493https://bugs.python.org/msg395493
eryksunhttps://bugs.python.org/user16413
msg395490https://bugs.python.org/msg395490
msg395238https://bugs.python.org/msg395238
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.