]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45668: Fix PGO tests without test extensions (GH-29315)
authorChristian Heimes <christian@python.org>
Mon, 1 Nov 2021 10:14:53 +0000 (12:14 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 10:14:53 +0000 (11:14 +0100)
commite73283a20fb05b70da2990decefac0e011faec17
treea490f99e1eab3e779b5828b8f51994e91b4aa2b6
parent762a4dc9361f9563e158e373ba8d767b4449f23d
bpo-45668: Fix PGO tests without test extensions (GH-29315)
13 files changed:
Lib/test/datetimetester.py
Lib/test/string_tests.py
Lib/test/support/__init__.py
Lib/test/test_array.py
Lib/test/test_bytes.py
Lib/test/test_cmath.py
Lib/test/test_codecs.py
Lib/test/test_dict.py
Lib/test/test_embed.py
Lib/test/test_float.py
Lib/test/test_struct.py
Lib/test/test_unicode.py
Misc/NEWS.d/next/Tests/2021-10-29-17-18-56.bpo-45668.MfAw4i.rst [new file with mode: 0644]