Skip to content

Commit 62fafd8

Browse files
[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 19ceb34) Co-authored-by: neonene <[email protected]>
1 parent 8b0c113 commit 62fafd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Lib/test/libregrtest/pgo.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
'test_datetime',
2020
'test_decimal',
2121
'test_difflib',
22-
'test_embed',
2322
'test_float',
2423
'test_fstring',
2524
'test_functools',
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Drop ``test_embed`` from PGO training, whose contribution in recent
2+
versions is considered to be ignorable.

0 commit comments

Comments
 (0)