]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-129660: Do not use test_embed in PGO profile builds (#129662)
authorneonene <53406459+neonene@users.noreply.github.com>
Wed, 5 Feb 2025 11:22:30 +0000 (20:22 +0900)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2025 11:22:30 +0000 (12:22 +0100)
Lib/test/libregrtest/pgo.py
Misc/NEWS.d/next/Build/2025-02-04-12-30-43.gh-issue-129660.SitXa7.rst [new file with mode: 0644]

index f762345c88cde3be7058fcbc4689330e9f980f73..04803ddf64453ce7ae362765297c0f9ce381851a 100644 (file)
@@ -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 (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.