From 62fafd867d0beb879a6bb3689706ae7fc1a889b1 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 5 Feb 2025 12:39:58 +0100 Subject: [PATCH] [3.12] gh-129660: Do not use test_embed in PGO profile builds (GH-129662) (#129685) [3.13] gh-129660: Do not use test_embed in PGO profile builds (GH-129662) (cherry picked from commit 19ceb342b5cc9d9da51dfb6d11dab078c3d43ff1) Co-authored-by: neonene <53406459+neonene@users.noreply.github.com> --- Lib/test/libregrtest/pgo.py | 1 - .../next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index cabbba73d5ef..fe4d2fcf24bd 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -19,7 +19,6 @@ PGO_TESTS = [ 'test_datetime', 'test_decimal', 'test_difflib', - 'test_embed', 'test_float', 'test_fstring', 'test_functools', 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. -- 2.47.3