]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-129660: Do not use test_embed in PGO profile builds (#129661)
authorneonene <53406459+neonene@users.noreply.github.com>
Tue, 4 Feb 2025 19:33:07 +0000 (04:33 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2025 19:33:07 +0000 (20:33 +0100)
Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst [new file with mode: 0644]

diff --git a/Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst b/Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst
new file mode 100644 (file)
index 0000000..945f91b
--- /dev/null
@@ -0,0 +1,2 @@
+Drop ``test_embed`` from PGO training, whose contribution in recent
+versions is considered to be ignorable.