From: Pablo Galindo Salgado Date: Fri, 21 Nov 2025 13:34:04 +0000 (+0000) Subject: gh-141645: Add profiling/sampling/live_collector to the makefile and remove spurious... X-Git-Tag: v3.15.0a3~329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb4c87df75c1afe88c78e07820d5cb71544bd977;p=thirdparty%2FPython%2Fcpython.git gh-141645: Add profiling/sampling/live_collector to the makefile and remove spurious file (#141820) --- diff --git a/Lib/data.bin b/Lib/data.bin deleted file mode 100644 index 1d1fab72c4aa..000000000000 Binary files a/Lib/data.bin and /dev/null differ diff --git a/Makefile.pre.in b/Makefile.pre.in index 13108b1baf97..1c793b6db785 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -2573,6 +2573,7 @@ LIBSUBDIRS= asyncio \ profile \ profiling profiling/sampling profiling/tracing \ profiling/sampling/_assets \ + profiling/sampling/live_collector \ profiling/sampling/_vendor/d3/7.8.5 \ profiling/sampling/_vendor/d3-flame-graph/4.1.3 \ pydoc_data \