]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145306: Fix browser open after empty export (#150017)
authorivonastojanovic <80911834+ivonastojanovic@users.noreply.github.com>
Sat, 27 Jun 2026 17:09:49 +0000 (18:09 +0100)
committerGitHub <noreply@github.com>
Sat, 27 Jun 2026 17:09:49 +0000 (19:09 +0200)
commit860f8a5addcb556c251b8b9caa95d80518928067
tree99222f29cd6e4b56c9502ee85ed00205f469495a
parent0f501b9b74b1ecd508dbef0340004055feca6a79
gh-145306: Fix browser open after empty export (#150017)
Lib/profiling/sampling/binary_collector.py
Lib/profiling/sampling/cli.py
Lib/profiling/sampling/collector.py
Lib/profiling/sampling/gecko_collector.py
Lib/profiling/sampling/heatmap_collector.py
Lib/profiling/sampling/jsonl_collector.py
Lib/profiling/sampling/pstats_collector.py
Lib/profiling/sampling/stack_collector.py
Lib/test/test_profiling/test_sampling_profiler/test_cli.py
Lib/test/test_profiling/test_sampling_profiler/test_collectors.py