commit | f35ddf24227e834c9b6b39ad23a0ec382b4de48b | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Sat Sep 25 00:31:56 2021 +0200 |
committer | GitHub <noreply@github.com> | Sat Sep 25 00:31:56 2021 +0200 |
tree | 28917201368bc58cacdf2dc46007713d659b3c4d | |
parent | 7c801e0fa603b155eab3fd19698aa90854ac5a7b [diff] |
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.