diff options
author | Victor Stinner <vstinner@python.org> | 2021-09-24 22:31:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-24 22:31:56 (GMT) |
commit | f35ddf24227e834c9b6b39ad23a0ec382b4de48b (patch) | |
tree | 28917201368bc58cacdf2dc46007713d659b3c4d /Python/getplatform.c | |
parent | 7c801e0fa603b155eab3fd19698aa90854ac5a7b (diff) | |
download | cpython-f35ddf24227e834c9b6b39ad23a0ec382b4de48b.zip cpython-f35ddf24227e834c9b6b39ad23a0ec382b4de48b.tar.gz cpython-f35ddf24227e834c9b6b39ad23a0ec382b4de48b.tar.bz2 |
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.
Diffstat (limited to 'Python/getplatform.c')
0 files changed, 0 insertions, 0 deletions