]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111929: Fix regrtest --pgo: test_str => test_unicode (#111938)
authorVictor Stinner <vstinner@python.org>
Fri, 10 Nov 2023 09:32:06 +0000 (10:32 +0100)
committerGitHub <noreply@github.com>
Fri, 10 Nov 2023 09:32:06 +0000 (09:32 +0000)
commit5f42a2bc4017f2ed023f9cf19fdbffabd57527f5
tree5e1e7863889a671858af60cf2a0ac78330395045
parent95141aa7155afe3c98d6cbe0c8eb425a15d54b23
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.
Lib/test/libregrtest/pgo.py