https://github.com/python/cpython/commit/285c1c4e9543299c8bf69ceb39a424782b8c632e commit: 285c1c4e9543299c8bf69ceb39a424782b8c632e branch: main author: neonene <[email protected]> committer: vstinner <[email protected]> date: 2025-02-04T20:33:07+01:00 summary:
gh-129660: Do not use test_embed in PGO profile builds (#129661) files: A 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..945f91be63809a --- /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. _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
