]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)
authorVictor Stinner <vstinner@python.org>
Mon, 30 Mar 2026 09:25:11 +0000 (11:25 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 09:25:11 +0000 (09:25 +0000)
commit382c04308d7c3638fc0402116ce8654b80b4b776
tree83fce9b4038beb8fa65ca5766248f8b4868ac563
parent7f0c4f6a0b1d9a56fb8b915dcd0acd598a9d25e6
gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (#146624)

Replace "str | None" with typing.Union[str, None].
Platforms/Apple/.ruff.toml
Platforms/Apple/__main__.py
Platforms/Apple/testbed/__main__.py