FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

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

/ cpython Public

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

Merged
vstinner merged 1 commit into
python: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 into
python:3.14from
miss-islington:backport-382c043-3.14

Conversation

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 merged commit 836e5ab into python:3.14 Mar 30, 2026
36 checks passed
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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


Back | FazBrowse Home | New Git URL