SIGN IN SIGN UP

bpo-41299: QueryPerformanceFrequency() cannot fail (GH-28552)

py_win_perf_counter_frequency() no longer checks for
QueryPerformanceFrequency() failure. According to the
QueryPerformanceFrequency() documentation, the function can no longer
fails since Windows XP.
V
Victor Stinner committed
f35ddf24227e834c9b6b39ad23a0ec382b4de48b
Parent: 7c801e0
Committed by GitHub <noreply@github.com> on 9/24/2021, 10:31:56 PM