From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 20 May 2026 12:00:49 +0000 (+0200) Subject: [3.15] gh-150034: Print JSONL filename when profiling finishes (GH-150035) (#150151) X-Git-Tag: v3.15.0b2~110 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=9c2620964e46cc9d3e31f3cdea329e44ebbb86fb;p=thirdparty%2FPython%2Fcpython.git [3.15] gh-150034: Print JSONL filename when profiling finishes (GH-150035) (#150151) --- diff --git a/Lib/profiling/sampling/jsonl_collector.py b/Lib/profiling/sampling/jsonl_collector.py index 7d26129b80de..5aa42ef09024 100644 --- a/Lib/profiling/sampling/jsonl_collector.py +++ b/Lib/profiling/sampling/jsonl_collector.py @@ -164,6 +164,7 @@ class JsonlCollector(StackTraceCollector): self._iter_final_agg_entries(), ) self._write_message(output, self._build_end_record()) + print(f"JSONL profile written to {filename}") def _build_meta_record(self): record = {