Skip to content

Commit ecc8df2

Browse files
[3.11] gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938) (#111940)
gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938) test_unicode was renamed to test_str in Python 3.13, but Python 3.12 still uses test_unicode name. (cherry picked from commit 5f42a2b) Co-authored-by: Victor Stinner <[email protected]>
1 parent 0e45786 commit ecc8df2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/libregrtest/pgo.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
'test_set',
4343
'test_sqlite3',
4444
'test_statistics',
45-
'test_str',
4645
'test_struct',
4746
'test_tabnanny',
4847
'test_time',
48+
'test_unicode',
4949
'test_xml_etree',
5050
'test_xml_etree_c',
5151
]

0 commit comments

Comments
 (0)