]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-114911: use time.perf_counter in Stopwatch (GH-131469)
authorChris Eibl <138194463+chris-eibl@users.noreply.github.com>
Mon, 28 Apr 2025 11:55:08 +0000 (13:55 +0200)
committerGitHub <noreply@github.com>
Mon, 28 Apr 2025 11:55:08 +0000 (13:55 +0200)
commit11f457cf41beede182d7387080f35c73f8f4a46f
tree6f9070bc3b9fd0e3fe899ee5b9cdc700e0e14671
parente577439803db15122af9b080103a5819cd38272f
GH-114911: use time.perf_counter in Stopwatch (GH-131469)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/test/support/__init__.py
Lib/test/test_int.py
Lib/test/test_re.py