Skip to content

Commit 5f42a2b

Browse files
authored
gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)
test_unicode was renamed to test_str in Python 3.13, but Python 3.12 still uses test_unicode name.
1 parent 95141aa commit 5f42a2b

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)