8000 gh-110276: Run `test_str`, not `test_unicode`, as part of the PGO build by AlexWaygood · Pull Request #110277 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-110276: Run test_str, not test_unicode, as part of the PGO build #110277

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
8000
Diff view
gh-110276: Run test_str, not test_unicode, as part of the PGO build
  • Loading branch information
AlexWaygood committed Oct 3, 2023
commit 3b615022ee791ab508bd03efb3575f6d8d41bb42
2 changes: 1 addition & 1 deletion Lib/test/libregrtest/pgo.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
'test_set',
'test_sqlite3',
'test_statistics',
'test_str',
'test_struct',
'test_tabnanny',
'test_time',
'test_unicode',
'test_xml_etree',
'test_xml_etree_c',
]
Expand Down
0