Skip to content

Commit 19ceb34

Browse files
authored
[3.13] gh-129660: Do not use test_embed in PGO profile builds (#129662)
1 parent b081091 commit 19ceb34

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: Lib/test/libregrtest/pgo.py

-1
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',
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)