From: neonene <53406459+neonene@users.noreply.github.com> Date: Tue, 4 Feb 2025 19:33:07 +0000 (+0900) Subject: gh-129660: Do not use test_embed in PGO profile builds (#129661) X-Git-Tag: v3.14.0a5~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=285c1c4e9543299c8bf69ceb39a424782b8c632e;p=thirdparty%2FPython%2Fcpython.git gh-129660: Do not use test_embed in PGO profile builds (#129661) --- 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 index 000000000000..945f91be6380 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst @@ -0,0 +1,2 @@ +Drop ``test_embed`` from PGO training, whose contribution in recent +versions is considered to be ignorable.