]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624) (...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Mar 2026 09:41:50 +0000 (11:41 +0200)
committerGitHub <noreply@github.com>
Mon, 30 Mar 2026 09:41:50 +0000 (09:41 +0000)
commit836e5abfb3616c025c82bf99f5bd7c7b7ab97627
tree2c8d5bc6a7b03995c1fb265d9d13bbf69fe63d04
parentde234fc07adfc94518e847abecef02527e0dd130
[3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624) (#146627)

gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624)

Replace "str | None" with typing.Union[str, None].
(cherry picked from commit 382c04308d7c3638fc0402116ce8654b80b4b776)

Co-authored-by: Victor Stinner <vstinner@python.org>
Apple/.ruff.toml
Apple/__main__.py
Apple/testbed/__main__.py