◐ Shell
clean mode source ↗

[3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624) by miss-islington · Pull Request #146627 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@miss-islington

@miss-islington miss-islington commented

Mar 30, 2026

edited by bedevere-app Bot

Loading

Copy link Copy Markdown

Contributor

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 382c043)

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

freakboy3742 pushed a commit to freakboy3742/cpython that referenced this pull request

Jun 12, 2026
…3.9 (pythonGH-146624) (python#146627)

pythongh-146444: Make Platforms/Apple/ compatible with Python 3.9 (pythonGH-146624)

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

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

freakboy3742 pushed a commit to freakboy3742/cpython that referenced this pull request

Jun 12, 2026
…3.9 (pythonGH-146624) (python#146627)

pythongh-146444: Make Platforms/Apple/ compatible with Python 3.9 (pythonGH-146624)

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

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

freakboy3742 pushed a commit to freakboy3742/cpython that referenced this pull request

Jun 12, 2026
…3.9 (pythonGH-146624) (python#146627)

pythongh-146444: Make Platforms/Apple/ compatible with Python 3.9 (pythonGH-146624)

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@freakboy3742 freakboy3742 freakboy3742 approved these changes

Assignees

No one assigned

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington @freakboy3742 @vstinner