]> granicus.if.org Git - python/commit
bpo-33717: pythoninfo logs information of all clocks (GH-11460)
authorVictor Stinner <vstinner@redhat.com>
Tue, 8 Jan 2019 00:27:27 +0000 (01:27 +0100)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 00:27:27 +0000 (01:27 +0100)
commitddd7c422fd89a053700f9ed5272cf732ccb09088
treef7f82943d5d1b4ff2b53db6dc965063ab33b90ff
parentdf8e1fb4e388e18430a9be8c6ceeb03c330f166c
bpo-33717: pythoninfo logs information of all clocks (GH-11460)

test.pythoninfo now logs information of all clocks, not only time.time() and
time.perf_counter().
Lib/test/pythoninfo.py
Misc/NEWS.d/next/Tests/2019-01-07-23-22-44.bpo-33717.GhHXv8.rst [new file with mode: 0644]