From 53fc43c8511e18291c5578c78d93791650e6008a Mon Sep 17 00:00:00 2001 From: neonene <53406459+neonene@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:45:15 +0900 Subject: [PATCH 1/3] Update pgo.py --- Lib/test/libregrtest/pgo.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/test/libregrtest/pgo.py b/Lib/test/libregrtest/pgo.py index f762345c88cde3..04803ddf64453c 100644 --- a/Lib/test/libregrtest/pgo.py +++ b/Lib/test/libregrtest/pgo.py @@ -19,7 +19,6 @@ 'test_datetime', 'test_decimal', 'test_difflib', - 'test_embed', 'test_float', 'test_fstring', 'test_functools', From 1527487375d8e6c655a1a9ea1ee8c3821f7e564b Mon Sep 17 00:00:00 2001 From: neonene <53406459+neonene@users.noreply.github.com> Date: Wed, 5 Feb 2025 01:46:56 +0900 Subject: [PATCH 2/3] NEWS --- .../next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst 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 00000000000000..dd41ef4e72c4e0 --- /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 the PGO exercises, whose contribution in recent +versions is considered to be ignorable. From 90b232852475ff0d8c986c006151a8c03c6ddff8 Mon Sep 17 00:00:00 2001 From: neonene <53406459+neonene@users.noreply.github.com> Date: Wed, 5 Feb 2025 03:06:54 +0900 Subject: [PATCH 3/3] reword --- .../next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 index dd41ef4e72c4e0..945f91be63809a 100644 --- 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 @@ -1,2 +1,2 @@ -Drop ``test_embed`` from the PGO exercises, whose contribution in recent +Drop ``test_embed`` from PGO training, whose contribution in recent versions is considered to be ignorable.