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

[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) by miss-islington · Pull Request #134714 · python/cpython · GitHub

/ cpython Public

[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712) - #134714

Merged
freakboy3742 merged 1 commit into
python:3.14from
miss-islington:backport-965662e-3.14
May 26, 2025
Merged

[3.14] gh-91048: Correct Apple platform includes for iOS. (GH-134712)#134714
freakboy3742 merged 1 commit into
python:3.14from
miss-islington:backport-965662e-3.14

Conversation

miss-islington commented May 26, 2025
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Contributor

Correct Apple platform includes for iOS.
(cherry picked from commit 965662e)

Co-authored-by: Russell Keith-Magee russell@keith-magee.com

…4712)

Correct Apple platform includes for iOS.
(cherry picked from commit 965662e)

Co-authored-by: Russell Keith-Magee <russell@keith-magee.com>

Copy link
Copy Markdown
Contributor

!buildbot iOS

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @freakboy3742 for commit 25493d3 🤖

Results will be shown at:

https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134714%2Fmerge

The command will test the builders whose names match following regular expression: iOS

The builders matched are:

  • iOS ARM64 Simulator PR

freakboy3742 enabled auto-merge (squash) May 26, 2025 12:58
freakboy3742 merged commit 6c917cb into python:3.14 May 26, 2025
Comment thread Python/remote_debug.h
#endif

#if defined(__APPLE__) && TARGET_OS_OSX
#if defined(__APPLE__) && defined(TARGET_OS_OSX) && TARGET_OS_OSX

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

For future reference, this is unnecessary, as undefined preprocessor symbols are always treated as if they have the value 0.

miss-islington deleted the backport-965662e-3.14 branch January 2, 2026 18:00
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.

4 participants


Back | FazBrowse Home | New Git URL