Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

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

Merged
vstinner merged 1 commit into
python:3.14python/cpython:3.14from
miss-islington:backport-382c043-3.14miss-islington/cpython:backport-382c043-3.14Copy head branch name to clipboard
Mar 30, 2026
Merged

[3.14] gh-146444: Make Platforms/Apple/ compatible with Python 3.9 (GH-146624)#146627
vstinner merged 1 commit into
python:3.14python/cpython:3.14from
miss-islington:backport-382c043-3.14miss-islington/cpython:backport-382c043-3.14Copy head branch name to clipboard

Conversation

@miss-islington

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

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.