Skip to content

[3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624)#146627

Merged
vstinner merged 1 commit intopython:3.14from
miss-islington:backport-382c043-3.14
Mar 30, 2026
Merged

[3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624)#146627
vstinner merged 1 commit intopython:3.14from
miss-islington:backport-382c043-3.14

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Mar 30, 2026

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

Co-authored-by: Victor Stinner vstinner@python.org

…thonGH-146624)

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

Co-authored-by: Victor Stinner <vstinner@python.org>
@vstinner vstinner merged commit 836e5ab into python:3.14 Mar 30, 2026
36 checks passed
@miss-islington miss-islington deleted the backport-382c043-3.14 branch March 30, 2026 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants