Skip to content

[3.12] gh-111929: Fix regrtest --pgo: test_str => test_unicode - #111938

Merged
vstinner merged 1 commit into
python:3.12from
vstinner:regrtest_pgo
Nov 10, 2023
Merged

[3.12] gh-111929: Fix regrtest --pgo: test_str => test_unicode#111938
vstinner merged 1 commit into
python:3.12from
vstinner:regrtest_pgo

Conversation

@vstinner

@vstinnervstinner commented Nov 10, 2023

Copy link
Copy Markdown
Member

test_unicode was renamed to test_str in Python 3.13, but Python 3.12 still uses test_unicode name.

test_unicode was renamed to test_str in Python 3.13, but Python 3.12
still uses test_unicode name.
@vstinner

Copy link
Copy Markdown
MemberAuthor

Fix regression introduced by commit 80f9585.

@vstinner
vstinner enabled auto-merge (squash) November 10, 2023 08:34
@vstinnervstinner added the needs backport to 3.11 only security fixes label Nov 10, 2023
@vstinnervstinner changed the title gh-111929: Fix regrtest --pgo: test_str => test_unicode[3.12) gh-111929: Fix regrtest --pgo: test_str => test_unicodeNov 10, 2023
@vstinnervstinner changed the title [3.12) gh-111929: Fix regrtest --pgo: test_str => test_unicode[3.12] gh-111929: Fix regrtest --pgo: test_str => test_unicodeNov 10, 2023
@vstinner
vstinner merged commit 5f42a2b into python:3.12Nov 10, 2023
@vstinner
vstinner deleted the regrtest_pgo branch November 10, 2023 09:32
@miss-islington-app

Copy link
Copy Markdown

Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11.
🐍🍒⛏🤖

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 10, 2023
…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>
@bedevere-app

Copy link
Copy Markdown

GH-111940 is a backport of this pull request to the 3.11 branch.

@bedevere-appbedevere-appBot removed the needs backport to 3.11 only security fixes label Nov 10, 2023
vstinner added a commit that referenced this pull request Nov 10, 2023
…1938) (#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 <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.

1 participant

@vstinner