mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
[3.13] gh-129660: Do not use test_embed in PGO profile builds (#129662)
This commit is contained in:
parent
b081091623
commit
19ceb342b5
2 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,6 @@ PGO_TESTS = [
|
|||
'test_datetime',
|
||||
'test_decimal',
|
||||
'test_difflib',
|
||||
'test_embed',
|
||||
'test_float',
|
||||
'test_fstring',
|
||||
'test_functools',
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
Drop ``test_embed`` from PGO training, whose contribution in recent
|
||||
versions is considered to be ignorable.
|
Loading…
Add table
Add a link
Reference in a new issue