Skip to content

[3.11] gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938) - #111940

Merged
vstinner merged 1 commit into
python:3.11from
miss-islington:backport-5f42a2b-3.11
Nov 10, 2023
Merged

[3.11] gh-111929: Fix regrtest --pgo: test_str => test_unicode (GH-111938)#111940
vstinner merged 1 commit into
python:3.11from
miss-islington:backport-5f42a2b-3.11

Conversation

@miss-islington

@miss-islingtonmiss-islington commented Nov 10, 2023

Copy link
Copy Markdown
Contributor

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 vstinner@python.org

…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 <vstinner@python.org>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@miss-islington@vstinner