https://github.com/python/cpython/commit/cb4c87df75c1afe88c78e07820d5cb71544bd977
commit: cb4c87df75c1afe88c78e07820d5cb71544bd977
branch: main
author: Pablo Galindo Salgado <[email protected]>
committer: pablogsal <[email protected]>
date: 2025-11-21T13:34:04Z
summary:

gh-141645: Add profiling/sampling/live_collector to the makefile and remove 
spurious file (#141820)

files:
D Lib/data.bin
M Makefile.pre.in

diff --git a/Lib/data.bin b/Lib/data.bin
deleted file mode 100644
index 1d1fab72c4aaa4..00000000000000
Binary files a/Lib/data.bin and /dev/null differ
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 13108b1baf976a..1c793b6db7852c 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 \

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to